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 | 216d333f218d6798d843663356c5c26b0f0716fb (patch) | |
tree | de63648a4141ed9c80fb2e2f5666610415535878 | |
parent | 915e4978fdea3642d27dc94e69d90b140894bc14 (diff) | |
download | scintilla-mirror-216d333f218d6798d843663356c5c26b0f0716fb.tar.gz |
Backport: Suppress some warnings for new DataFlex lexer.
Backport of changeset 7570:9ca519e801a4.
-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
|