From 7e705556a16bfc3bede5faad3567b624a3658b37 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 28 Aug 2021 21:58:10 +0100 Subject: Add -Wuseless-cast --- Jamroot.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/Jamroot.jam b/Jamroot.jam index 8ba3ccd..c32fb4a 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -32,6 +32,7 @@ project : requirements gcc,debug:-Wduplicated-cond gcc,debug:-Wduplicated-branches gcc,debug:-Wlogical-op + gcc,debug:-Wuseless-cast coverage:on tidy:boost-* tidy:bugprone-* -- cgit v1.2.3