aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
diff options
context:
space:
mode:
authorKein-Hong Man <unknown>2015-12-10 13:07:42 +1100
committerKein-Hong Man <unknown>2015-12-10 13:07:42 +1100
commitc47c131ac48d22044f787c384958ec2fc7bb6a40 (patch)
treee0da403a059b0cbee6cd13700bef99afac88d2af /cppcheck.suppress
parentd01c7c9be2aac0c1de277119c68a31191e0c8a63 (diff)
downloadscintilla-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.suppress2
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