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