Show all the warn messages.

This commit is contained in:
Roberto Raggi
2009-06-04 11:42:02 +02:00
parent f55d5500c5
commit cd3022dc3e
2 changed files with 11 additions and 4 deletions

View File

@@ -379,7 +379,7 @@ protected:
}
Overview oo;
translationUnit()->warning(ast->firstToken(), "`%s' is not a type-name",
translationUnit()->warning(ast->firstToken(), "`%s' is not a type name",
qPrintable(oo(ast->name->name)));
}
}