aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-01-14 19:10:31 +1100
committerNeil <nyamatongwe@gmail.com>2014-01-14 19:10:31 +1100
commitccc12e540151cdb6c176a03dede6fadf6396e3da (patch)
treecbe8fcd6b3b03d3911cd09ac8457a21bbe7fba41 /cppcheck.suppress
parentca2775205e4e722572138106ad714bd8ccdb5fc2 (diff)
downloadscintilla-mirror-ccc12e540151cdb6c176a03dede6fadf6396e3da.tar.gz
Avoid warnings from cppcheck for testing code.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r--cppcheck.suppress3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress
index b263542bf..fe31d215b 100644
--- a/cppcheck.suppress
+++ b/cppcheck.suppress
@@ -40,3 +40,6 @@ variableScope:scintilla/lexers/LexVHDL.cxx
// Suppress C-style pointer casting for Qt code as won't be changing
cstyleCast:scintilla/qt/ScintillaEdit/ScintillaDocument.cpp
+
+// Suppress everything in catch.hpp as won't be changing
+*:scintilla/test/unit/catch.hpp