This commit is contained in:
Dmitry-Me 2019-12-16 18:10:40 +03:00
parent ad352daa08
commit 4a8ced29c4
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ bool CmdLineParser::parseFromArgs(int argc, const char* const argv[])
mSettings->maxCtuDepth = std::atoi(argv[i] + 16);
else if (std::strcmp(argv[i], "--experimental-fast") == 0)
// TODO: Reomve this flag!
// TODO: Remove this flag!
;
// (Experimental) exception handling inside cppcheck client