From 53ecceea13d7227c6416ed69be9e06cde6dadaba Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 12 Sep 2021 22:03:04 +0100 Subject: Add -Wuseless-cast, and cppcheck libraryrefs --- Jamroot.jam | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index e3d0edc..c1f55f0 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -31,6 +31,7 @@ project gcc,debug:-Wduplicated-cond gcc,debug:-Wduplicated-branches gcc,debug:-Wlogical-op + gcc,debug:-Wuseless-cast coverage:on tidy:bin/sys.h tidy:bin/net.h @@ -51,6 +52,8 @@ project tidy:performance-* tidy:ICE_IGNORE_VERSION tidy:iwyu.json + tidy:boost + tidy:std ; build-project libadhocutil ; -- cgit v1.2.3