diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-12 22:03:04 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-12 22:03:04 +0100 |
commit | 53ecceea13d7227c6416ed69be9e06cde6dadaba (patch) | |
tree | af7b5a3464e4be7e91b6baef3f965f0da753f5cc /Jamroot.jam | |
parent | Add -Wpedantic (diff) | |
download | libadhocutil-53ecceea13d7227c6416ed69be9e06cde6dadaba.tar.bz2 libadhocutil-53ecceea13d7227c6416ed69be9e06cde6dadaba.tar.xz libadhocutil-53ecceea13d7227c6416ed69be9e06cde6dadaba.zip |
Add -Wuseless-cast, and cppcheck libraryrefs
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index e3d0edc..c1f55f0 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -31,6 +31,7 @@ project <toolset>gcc,<variant>debug:<cflags>-Wduplicated-cond <toolset>gcc,<variant>debug:<cflags>-Wduplicated-branches <toolset>gcc,<variant>debug:<cflags>-Wlogical-op + <toolset>gcc,<variant>debug:<cflags>-Wuseless-cast <variant>coverage:<coverage>on <toolset>tidy:<exclude>bin/sys.h <toolset>tidy:<exclude>bin/net.h @@ -51,6 +52,8 @@ project <toolset>tidy:<checkxx>performance-* <toolset>tidy:<define>ICE_IGNORE_VERSION <toolset>tidy:<mapping>iwyu.json + <toolset>tidy:<librarydef>boost + <toolset>tidy:<librarydef>std ; build-project libadhocutil ; |