diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-04-20 08:43:24 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-04-20 08:43:24 +1000 | 
| commit | 48c589692d23ce0ce0dd1ac596bdfe7d28568d0c (patch) | |
| tree | dd8b8a2d765e288cd9b430818c3dd548aa36abab | |
| parent | b0f0bd7c77b7cc184ce9bccdb3a7c126133b5bd3 (diff) | |
| download | scintilla-mirror-48c589692d23ce0ce0dd1ac596bdfe7d28568d0c.tar.gz | |
Suppress some warnings in lexers.
| -rw-r--r-- | cppcheck.suppress | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index edaaa7d36..b0166ce6e 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -25,6 +25,7 @@ variableScope:scintilla/lexers/LexBatch.cxx  variableScope:scintilla/lexers/LexCmake.cxx
  variableScope:scintilla/lexers/LexCSS.cxx
  useInitializationList:scintilla/lexers/LexD.cxx
 +unreadVariable:scintilla/lexers/LexDMAP.cxx
  variableScope:scintilla/lexers/LexErlang.cxx
  variableScope:scintilla/lexers/LexGui4Cli.cxx
  variableScope:scintilla/lexers/LexInno.cxx
 @@ -42,7 +43,9 @@ variableScope:scintilla/lexers/LexSpecman.cxx  clarifyCalculation:scintilla/lexers/LexTADS3.cxx
  invalidscanf:scintilla/lexers/LexTCMD.cxx
  variableScope:scintilla/lexers/LexTeX.cxx
 +knownConditionTrueFalse:scintilla/lexers/LexVerilog.cxx
  variableScope:scintilla/lexers/LexVHDL.cxx
 +unreadVariable:scintilla/lexers/LexVisualProlog.cxx
  // Suppress everything in catch.hpp as won't be changing
  *:scintilla/test/unit/catch.hpp
  | 
