Skip to content
Snippets Groups Projects
Verified Commit 5b729976 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Remove warning about unused parameter (-Wunused-parameter) under Windows

parent 5104759b
Branches
Tags
No related merge requests found
...@@ -535,7 +535,7 @@ ConfigFile::addParallelConfFileElement(bool inNode, bool inCluster, const member ...@@ -535,7 +535,7 @@ ConfigFile::addParallelConfFileElement(bool inNode, bool inCluster, const member
} }
void void
ConfigFile::checkPass(WarningConsolidation &warnings) const ConfigFile::checkPass([[maybe_unused]] WarningConsolidation &warnings) const
{ {
for (bool global_init_file_declared{false}; for (bool global_init_file_declared{false};
const auto &hook : hooks) const auto &hook : hooks)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment