added comment about "--debug" flag. This is used for various debugging purposes so the behaviour of c++check is undefined if it's given

This commit is contained in:
Daniel Marjamäki 2008-11-30 19:32:36 +00:00
parent a7ece61734
commit 5ab22473e3
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ std::string CppCheck::parseFromArgs( int argc, char* argv[] )
for (int i = 1; i < argc; i++)
{
// Flag used for various purposes during debugging
if (strcmp(argv[i],"--debug") == 0)
_settings._debug = true;