mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +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
|
||||
{
|
||||
Fence(label);
|
||||
Fence();
|
||||
LOG(debug) << PMIxClient() << "pmix::fence() [" << label << "] OK";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user