From c1115c247f0700350538515bf1072f99c32506f4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 28 Aug 2021 21:52:56 +0100 Subject: Add -Wduplicated-cond --- Jamroot.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/Jamroot.jam b/Jamroot.jam index c754e77..7da7012 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -29,6 +29,7 @@ project : requirements debug:-Wnull-dereference debug:-Wdouble-promotion debug:-Wformat=2 + gcc,debug:-Wduplicated-cond coverage:on tidy:boost-* tidy:bugprone-* -- cgit v1.2.3