diff options
author | Kein-Hong Man <unknown> | 2015-12-10 13:07:42 +1100 |
---|---|---|
committer | Kein-Hong Man <unknown> | 2015-12-10 13:07:42 +1100 |
commit | c47c131ac48d22044f787c384958ec2fc7bb6a40 (patch) | |
tree | e0da403a059b0cbee6cd13700bef99afac88d2af /cppcheck.suppress | |
parent | d01c7c9be2aac0c1de277119c68a31191e0c8a63 (diff) | |
download | scintilla-mirror-c47c131ac48d22044f787c384958ec2fc7bb6a40.tar.gz |
Flag incomplete here doc delimiters as syntax errors, matching bash 4.3.
Avoid heap allocations for here delimiter and quote stack.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 2 |
1 files changed, 1 insertions, 1 deletions
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
|