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
commitb0d090751efd8ea21009b094b236dc03cf8fec62 (patch)
treedbde3ecc293cc5b5ac1a462401efc9c4a82ed266 /cppcheck.suppress
parent0f43c4932dae5ea0c66595f15543373948b48457 (diff)
downloadscintilla-mirror-b0d090751efd8ea21009b094b236dc03cf8fec62.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