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 | 7234c6c80d146c88682b1a5cfa32947130768e58 (patch) | |
tree | 5e36006f7b3ab858a080ba678952a9e594982462 /cppcheck.suppress | |
parent | 3896a0652981cbd99411b5ad25b24c929a09a46c (diff) | |
download | scintilla-mirror-7234c6c80d146c88682b1a5cfa32947130768e58.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
|