diff options
author | nyamatongwe <devnull@localhost> | 2013-06-27 17:18:42 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-06-27 17:18:42 +1000 |
commit | 915a2dba75e8eabe945d9da033fb32603a82d61b (patch) | |
tree | 9fced0885bd0981b33bea93fa3a920f2854feaae | |
parent | 455b52e2bdf28cdc04884a9dc672200690880a23 (diff) | |
download | scintilla-mirror-915a2dba75e8eabe945d9da033fb32603a82d61b.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
|