diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-14 13:54:44 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-14 13:54:44 +1000 |
commit | a1ce26dbc9fab0fdb5eab1d720bc4e71f8cec99d (patch) | |
tree | 3652143bf751a795e536ae4cb427e7513a093932 /cppcheck.suppress | |
parent | 15a6a69d975e4e5a411fc22d18ef00c9bbb7c138 (diff) | |
download | scintilla-mirror-a1ce26dbc9fab0fdb5eab1d720bc4e71f8cec99d.tar.gz |
Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,
LexErrorList, LexMake, LexNull, and LexProps.
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 1be18206a..aea0ad98f 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -17,6 +17,7 @@ useInitializationList:scintilla/lexers/LexAsm.cxx useInitializationList:scintilla/lexers/LexBasic.cxx
noCopyConstructor:scintilla/lexers/LexBash.cxx
variableScope:scintilla/lexers/LexBash.cxx
+variableScope:scintilla/lexers/LexBatch.cxx
variableScope:scintilla/lexers/LexCmake.cxx
variableScope:scintilla/lexers/LexCSS.cxx
useInitializationList:scintilla/lexers/LexD.cxx
@@ -29,7 +30,6 @@ variableScope:scintilla/lexers/LexModula.cxx variableScope:scintilla/lexers/LexNimrod.cxx
variableScope:scintilla/lexers/LexNsis.cxx
variableScope:scintilla/lexers/LexOpal.cxx
-variableScope:scintilla/lexers/LexOthers.cxx
variableScope:scintilla/lexers/LexPB.cxx
noCopyConstructor:scintilla/lexers/LexPerl.cxx
variableScope:scintilla/lexers/LexRuby.cxx
|