mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 07:20:17 +00:00
fix(pmix): compiler warning infinite-recursion
This commit is contained in:
@@ -252,7 +252,7 @@ auto PMIxPlugin::Fence() -> void
|
|||||||
|
|
||||||
auto PMIxPlugin::Fence(const std::string& label) -> void
|
auto PMIxPlugin::Fence(const std::string& label) -> void
|
||||||
{
|
{
|
||||||
Fence(label);
|
Fence();
|
||||||
LOG(debug) << PMIxClient() << "pmix::fence() [" << label << "] OK";
|
LOG(debug) << PMIxClient() << "pmix::fence() [" << label << "] OK";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user