diff options
-rw-r--r-- | cppcheck.suppress | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 095af77ba..699aaa61c 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -46,3 +46,7 @@ variableScope:scintilla/lexers/LexVHDL.cxx // Suppress everything in catch.hpp as won't be changing
*:scintilla/test/unit/catch.hpp
+// Spurious errors due to choice of variadic or two argument TEST_CASE macro
+preprocessorErrorDirective:scintilla/test/unit/*.cxx
+syntaxError:scintilla/test/unit/UnitTester.cxx
+syntaxError:scintilla/test/unit/unitTest.cxx
|