From c47c131ac48d22044f787c384958ec2fc7bb6a40 Mon Sep 17 00:00:00 2001 From: Kein-Hong Man Date: Thu, 10 Dec 2015 13:07:42 +1100 Subject: Flag incomplete here doc delimiters as syntax errors, matching bash 4.3. Avoid heap allocations for here delimiter and quote stack. --- cppcheck.suppress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index aea0ad98f..46e814ddc 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -15,7 +15,7 @@ unusedPrivateFunction:scintilla/win32/PlatWin.cxx // Suppress most lexer warnings since the lexers are maintained by others useInitializationList:scintilla/lexers/LexAsm.cxx useInitializationList:scintilla/lexers/LexBasic.cxx -noCopyConstructor:scintilla/lexers/LexBash.cxx +uninitMemberVar:scintilla/lexers/LexBash.cxx variableScope:scintilla/lexers/LexBash.cxx variableScope:scintilla/lexers/LexBatch.cxx variableScope:scintilla/lexers/LexCmake.cxx -- cgit v1.2.3