From 4ac149951b2020b4a6dafb0455d3f523e7c9cfe6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 15 Feb 2022 17:34:51 +0000 Subject: Fix up all warnings from all the tools --- Jamroot.jam | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index cfb1fe7..406c095 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -13,8 +13,25 @@ project debug:extra debug:on coverage:on + debug:-Wnon-virtual-dtor + debug:-Wold-style-cast + debug:-Wcast-align + debug:-Wunused + debug:-Woverloaded-virtual + debug:-Wpedantic + debug:-Wconversion + debug:-Wsign-conversion + debug:-Wnull-dereference + debug:-Wdouble-promotion + debug:-Wformat=2 + gcc,debug:-Wduplicated-cond + gcc,debug:-Wduplicated-branches + gcc,debug:-Wlogical-op + gcc,debug:-Wuseless-cast tidy:boost-* tidy:bugprone-* + tidy:bugprone-easily-swappable-parameters + tidy:bugprone-implicit-widening-of-multiplication-result tidy:clang-* tidy:misc-* tidy:modernize-* @@ -24,6 +41,9 @@ project tidy:hicpp-signed-bitwise tidy:hicpp-named-parameter tidy:performance-* + tidy:iwyu.json + tidy:boost + tidy:std ; lib adhocutil : : : : /usr/include/adhocutil ; -- cgit v1.2.3