diff options
author | nyamatongwe <unknown> | 2013-06-27 17:18:42 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-06-27 17:18:42 +1000 |
commit | 02e0b189ea2eb78f301b98fa2363943980a96a28 (patch) | |
tree | 4f11b32f8417cc538aa6ef93b911b0aac8e3176d | |
parent | a3686b8b886f31dbf5fadba66e65021bb1742479 (diff) | |
download | scintilla-mirror-02e0b189ea2eb78f301b98fa2363943980a96a28.tar.gz |
Bug: [#1491]. Removing redundant suppression.
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 58229d3f0..aef832fd1 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -16,7 +16,6 @@ variableScope:scintilla/lexers/LexCmake.cxx variableScope:scintilla/lexers/LexCoffeeScript.cxx
variableScope:scintilla/lexers/LexCSS.cxx
useInitializationList:scintilla/lexers/LexD.cxx
-redundantCondition:scintilla/lexers/LexECL.cxx
variableScope:scintilla/lexers/LexErlang.cxx
variableScope:scintilla/lexers/LexFortran.cxx
variableScope:scintilla/lexers/LexGui4Cli.cxx
|