diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-07 21:33:09 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-07 21:33:09 +1100 |
commit | d09c68b375cbd5720518f53822b3a46b56ae3b88 (patch) | |
tree | 6420d6480d1694d92cc5a786c9e00303cc580952 /cppcheck.suppress | |
parent | f98dda8a7abf6a709e0c75e4e375929a2f1ab427 (diff) | |
download | scintilla-mirror-d09c68b375cbd5720518f53822b3a46b56ae3b88.tar.gz |
Suppress new warning in cppcheck 1.68 in a lexer.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 10bf9dbf3..5a973db87 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -30,6 +30,7 @@ variableScope:scintilla/lexers/LexRuby.cxx uninitMemberVar:scintilla/lexers/LexRuby.cxx
variableScope:scintilla/lexers/LexSpecman.cxx
unreadVariable:scintilla/lexers/LexSpice.cxx
+clarifyCalculation:scintilla/lexers/LexTADS3.cxx
invalidscanf:scintilla/lexers/LexTCMD.cxx
variableScope:scintilla/lexers/LexTeX.cxx
variableScope:scintilla/lexers/LexVHDL.cxx
|