Fix CID 1360383
This commit is contained in:
parent
58a64702b7
commit
35f5515931
|
@ -3883,7 +3883,7 @@ void Tokenizer::printDebugOutput(unsigned int simplification) const
|
||||||
std::cout << "</debug>" << std::endl;
|
std::cout << "</debug>" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (simplification == 2U && _settings->debugwarnings) {
|
if (_symbolDatabase && simplification == 2U && _settings->debugwarnings) {
|
||||||
printUnknownTypes();
|
printUnknownTypes();
|
||||||
|
|
||||||
// the typeStartToken() should come before typeEndToken()
|
// the typeStartToken() should come before typeEndToken()
|
||||||
|
|
Loading…
Reference in New Issue