summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-07-28 02:41:23 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-07-28 02:41:23 +0100
commitb677ca4a5599f8764b854cca68299cf84b41a67f (patch)
tree15e340138e5a9b0a2cbd19696079c4fb4191e37c
parentFix paths to excluded from tidy checks files (diff)
downloadslicer-b677ca4a5599f8764b854cca68299cf84b41a67f.tar.bz2
slicer-b677ca4a5599f8764b854cca68299cf84b41a67f.tar.xz
slicer-b677ca4a5599f8764b854cca68299cf84b41a67f.zip
Enable all cppchecks, no fixes neededslicer-1.10.8
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index c8a0273..a8c4244 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -34,6 +34,7 @@ project
<toolset>gcc,<variant>debug:<cflags>-Wlogical-op
<toolset>gcc,<variant>debug:<cflags>-Wuseless-cast
<variant>coverage:<coverage>on
+ <toolset>tidy:<enable>all
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*
<toolset>tidy:<xcheckxx>bugprone-macro-parentheses