Fix Cppcheck warning

This commit is contained in:
Daniel Marjamäki 2020-03-08 10:02:46 +01:00
parent 5376ba1701
commit 5ea01c5d60
1 changed files with 3 additions and 2 deletions

View File

@ -2952,8 +2952,8 @@ private:
}
void symboldatabase45() {
return; // TODO: Do not throw AST validation exception
// TODO: Do not throw AST validation exception
/*
GET_SYMBOL_DB("typedef struct {\n"
" unsigned long bits;\n"
"} S;\n"
@ -2982,6 +2982,7 @@ private:
ASSERT_EQUALS(Scope::eStruct, scope->type);
++scope;
ASSERT_EQUALS(Scope::eFunction, scope->type);
*/
}
void symboldatabase46() { // #6171 (anonymous namespace)