diff options
author | Neil <nyamatongwe@gmail.com> | 2014-02-06 09:02:21 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-02-06 09:02:21 +1100 |
commit | 05d89474833b6841a9ce12f6ab0276ea9d7ad015 (patch) | |
tree | 56b37ecf8c1d7a1dc22bea07cdfe762085494b61 /cppcheck.suppress | |
parent | 9dcbef9e17af191c13c6b5c90ae2fc71f0be8583 (diff) | |
download | scintilla-mirror-05d89474833b6841a9ce12f6ab0276ea9d7ad015.tar.gz |
Avoid warning for excessive 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 f6c54313c..9aed019cf 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -16,7 +16,6 @@ variableScope:scintilla/lexers/LexCoffeeScript.cxx variableScope:scintilla/lexers/LexCSS.cxx
useInitializationList:scintilla/lexers/LexD.cxx
variableScope:scintilla/lexers/LexErlang.cxx
-variableScope:scintilla/lexers/LexFortran.cxx
variableScope:scintilla/lexers/LexGui4Cli.cxx
variableScope:scintilla/lexers/LexInno.cxx
variableScope:scintilla/lexers/LexLaTeX.cxx
|