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
No related branches found
No related tags found
No related merge requests found
......@@ -535,7 +535,7 @@ ConfigFile::addParallelConfFileElement(bool inNode, bool inCluster, const member
}
void
ConfigFile::checkPass(WarningConsolidation &warnings) const
ConfigFile::checkPass([[maybe_unused]] WarningConsolidation &warnings) const
{
for (bool global_init_file_declared{false};
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