diff options
author | Neil <nyamatongwe@gmail.com> | 2013-06-29 13:43:16 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-06-29 13:43:16 +1000 |
commit | 557cf43ce45fff3d9af697bc19754428f1b5a6a6 (patch) | |
tree | 1bc7e3e850f4bd725eb57f51953e405e8038bcd2 /cppcheck.suppress | |
parent | 20e2e85b8ea5c08b796453ea6b903801e8e13feb (diff) | |
download | scintilla-mirror-557cf43ce45fff3d9af697bc19754428f1b5a6a6.tar.gz |
Removing redundant suppression.
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 aef832fd1..a3a12d8de 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -30,7 +30,6 @@ variableScope:scintilla/lexers/LexOpal.cxx variableScope:scintilla/lexers/LexOthers.cxx
variableScope:scintilla/lexers/LexPB.cxx
variableScope:scintilla/lexers/LexPS.cxx
-uninitMemberVar:scintilla/lexers/LexPerl.cxx
variableScope:scintilla/lexers/LexRuby.cxx
uninitMemberVar:scintilla/lexers/LexRuby.cxx
variableScope:scintilla/lexers/LexSpecman.cxx
|