From 47e8477a2ea5983ba918c811a15a67c5b2cea25c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 19 Feb 2022 14:05:38 +0000 Subject: Fix first round of tools warnings --- Jamroot.jam | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 5913b40..6fb1bd3 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -17,10 +17,28 @@ project release:on debug:extra debug: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 coverage:on tidy:ICE_IGNORE_VERSION - tidy:cxxstd-17-iso/maintenance.h + tidy:ICE_MEMBER_IMPORT_EXPORT + tidy:cxxstd-20-iso/maintenance.h tidy:unpackPqTextArray.cpp + tidy:boost + tidy:std ; build-project gentoobrowse-api ; -- cgit v1.2.3