diff options
author | Neil <nyamatongwe@gmail.com> | 2019-06-15 08:37:21 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-06-15 08:37:21 +1000 |
commit | b09a3fa4886de7407326d35e65165124d792f840 (patch) | |
tree | 5dd5ceaaf675e8c1c8454e5c383fe04fefa3aeae /cppcheck.suppress | |
parent | 58e6c1d01e888e4e02c26578894d4cb1b7326e75 (diff) | |
download | scintilla-mirror-b09a3fa4886de7407326d35e65165124d792f840.tar.gz |
Suppress some warnings for new DataFlex lexer.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 34a8ccb75..9ad86e8b0 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -38,6 +38,7 @@ variableScope:scintilla/lexers/LexBash.cxx variableScope:scintilla/lexers/LexBatch.cxx
variableScope:scintilla/lexers/LexCmake.cxx
variableScope:scintilla/lexers/LexCSS.cxx
+variableScope:scintilla/lexers/LexDataflex.cxx
variableScope:scintilla/lexers/LexErlang.cxx
variableScope:scintilla/lexers/LexGui4Cli.cxx
variableScope:scintilla/lexers/LexInno.cxx
|