summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-12-15 18:30:48 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2020-12-15 18:30:48 +0000
commitf753aae405dcbb8d0fd10d831cc5e0759ec168fb (patch)
treea471b61701dc5e6b8d8f00eecfe7f4e1f1b377a5 /Jamroot.jam
parentNew Slicer compat (std::optionals) (diff)
downloadicetray-f753aae405dcbb8d0fd10d831cc5e0759ec168fb.tar.bz2
icetray-f753aae405dcbb8d0fd10d831cc5e0759ec168fb.tar.xz
icetray-f753aae405dcbb8d0fd10d831cc5e0759ec168fb.zip
Pass a cppcheck
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 14cdfec..5bc5f61 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -19,6 +19,8 @@ project
<variant>debug:<warnings-as-errors>on
<variant>coverage:<coverage>on
<variant>coverage:<define>COVERAGE
+ <toolset>tidy:<exclude>bin/mail.h
+ <toolset>tidy:<exclude>bin/logWriter.h
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*
<toolset>tidy:<checkxx>clang-*
@@ -28,6 +30,7 @@ project
<toolset>tidy:<checkxx>hicpp-*
<toolset>tidy:<xcheckxx>hicpp-signed-bitwise
<toolset>tidy:<checkxx>performance-*
+ <toolset>tidy:<define>ICE_IGNORE_VERSION
;
build-project icetray ;