From be6b001c5c4ee58115a7980b3bbe9e694206da3f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 7 Sep 2021 01:03:21 +0100 Subject: Add warnings that currently produce no new issues --- Jamroot.jam | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Jamroot.jam b/Jamroot.jam index 53f0475..7d42767 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -17,6 +17,14 @@ project release:on debug:extra debug:on + debug:-Wcast-align + debug:-Wunused + debug:-Wnull-dereference + debug:-Wdouble-promotion + debug:-Wformat=2 + gcc,debug:-Wduplicated-cond + gcc,debug:-Wduplicated-branches + gcc,debug:-Wlogical-op coverage:on tidy:boost-* tidy:bugprone-* -- cgit v1.2.3