diff options
author | Neil <nyamatongwe@gmail.com> | 2013-06-30 10:50:30 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-06-30 10:50:30 +1000 |
commit | 865b930dd49f486599551cf92b64611b8323a60e (patch) | |
tree | d6e4e2481a07f74cad8533b3f33b6292773f1a79 /cppcheck.suppress | |
parent | e96849e601b686f43bfe4fee0f7924c8a7ae846c (diff) | |
download | scintilla-mirror-865b930dd49f486599551cf92b64611b8323a60e.tar.gz |
Updated A68K lexer from web site.
Fixes warning about duplicate clauses in test and variable scope.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index a3a12d8de..b263542bf 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -7,7 +7,6 @@ useInitializationList
// Suppress most lexer warnings since the lexers are maintained by others
-variableScope:scintilla/lexers/LexA68k.cxx
useInitializationList:scintilla/lexers/LexAsm.cxx
useInitializationList:scintilla/lexers/LexBasic.cxx
noCopyConstructor:scintilla/lexers/LexBash.cxx
|