mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
fix(pmix): compiler warning infinite-recursion
This commit is contained in:
parent
2934016586
commit
1ac30b51b1
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user