Fix typo
This commit is contained in:
parent
ad352daa08
commit
4a8ced29c4
|
@ -165,7 +165,7 @@ bool CmdLineParser::parseFromArgs(int argc, const char* const argv[])
|
||||||
mSettings->maxCtuDepth = std::atoi(argv[i] + 16);
|
mSettings->maxCtuDepth = std::atoi(argv[i] + 16);
|
||||||
|
|
||||||
else if (std::strcmp(argv[i], "--experimental-fast") == 0)
|
else if (std::strcmp(argv[i], "--experimental-fast") == 0)
|
||||||
// TODO: Reomve this flag!
|
// TODO: Remove this flag!
|
||||||
;
|
;
|
||||||
|
|
||||||
// (Experimental) exception handling inside cppcheck client
|
// (Experimental) exception handling inside cppcheck client
|
||||||
|
|
Loading…
Reference in New Issue