From 48c589692d23ce0ce0dd1ac596bdfe7d28568d0c Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 20 Apr 2018 08:43:24 +1000 Subject: Suppress some warnings in lexers. --- cppcheck.suppress | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cppcheck.suppress') 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 -- cgit v1.2.3