Fixed --errorlist output for new checker stringLiteralWrite

This commit is contained in:
Daniel Marjamäki 2015-05-03 15:02:34 +02:00
parent baa1ae079d
commit 71cb8e9f64
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ private:
void getErrorMessages(ErrorLogger *errorLogger, const Settings *settings) const {
CheckString c(0, settings, errorLogger);
c.stringLiteralWriteError(0);
c.sprintfOverlappingDataError(0, "varname");
c.strPlusCharError(0);
c.incorrectStringCompareError(0, "substr", "\"Hello World\"");