diff options
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 930f2111e..5c47b9528 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -40,6 +40,3 @@ passedByValue // Suppress everything in catch.hpp as won't be changing
*:scintilla/test/unit/catch.hpp
-// For now, suppress all test source files as, since Catch 2, cppcheck shows many warnings showing
-// it doesn't understand the REQUIRE macro
-*:scintilla/test/unit/*.cxx
|