Code comments updated
This commit is contained in:
parent
7ef9e870cd
commit
45c30f0c87
|
@ -772,8 +772,7 @@ std::string Preprocessor::expandMacros(std::string code)
|
||||||
|
|
||||||
if (!code[pos1])
|
if (!code[pos1])
|
||||||
{
|
{
|
||||||
// TODO, this code is here, because there is currently a bug in cppcheck
|
// This should not happen, if it does, there is a bug in cppcheck.
|
||||||
// Once it has been sorted out, this if can be removed
|
|
||||||
std::cout << "\n\n####### There is a bug in preprocessor.cpp that can cause crash, shutting down.\n\n" << std::endl;
|
std::cout << "\n\n####### There is a bug in preprocessor.cpp that can cause crash, shutting down.\n\n" << std::endl;
|
||||||
std::exit(0);
|
std::exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue