diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-17 08:04:51 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-17 08:04:51 +1100 |
commit | 253449d9861aeee130074152e933341eb88a59f5 (patch) | |
tree | bbf9631fb62e08f8b076f53f6ea2c008ff814c6f | |
parent | 17dc32a9f432ea083a8a5978298a913d49893560 (diff) | |
download | scintilla-mirror-start-platform-changes.tar.gz |
Drop suppression that appears to no longer be needed.start-platform-changes
-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
|