From b0d090751efd8ea21009b094b236dc03cf8fec62 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 14 Jan 2014 19:10:31 +1100 Subject: Avoid warnings from cppcheck for testing code. --- cppcheck.suppress | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cppcheck.suppress') 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 -- cgit v1.2.3