cmdlineparser.cpp: fixed compilation (#4880)
This commit is contained in:
parent
f4b32d74c7
commit
8148095fe5
|
@ -351,7 +351,7 @@ bool CmdLineParser::parseFromArgs(int argc, const char* const argv[])
|
|||
mSettings.addEnabled("portability");
|
||||
}
|
||||
if (enable_arg.find("information") != std::string::npos) {
|
||||
mSettings->addEnabled("missingInclude");
|
||||
mSettings.addEnabled("missingInclude");
|
||||
printMessage("'--enable=information' will no longer implicitly enable 'missingInclude' starting with 2.16. Please enable it explicitly if you require it.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue