Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ outputFormatOptionMixingError
Method
outputFormatOptionMixingError
cli/cmdlineparser.cpp:2254–2257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2252
}
2253
2254
void CmdLineParser::outputFormatOptionMixingError() const
2255
{
2256
mLogger.printError(
"'--output-format' and '--xml...' may not be used in conjunction."
);
2257
}
Callers
nothing calls this directly
Calls
1
printError
Method · 0.45
Tested by
no test coverage detected