From 174cb7f9e56040b2a098a8437659e55ca1ed32d2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 12 Sep 2021 18:10:05 +0100 Subject: Add lots of warning flags --- Jamroot.jam | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Jamroot.jam b/Jamroot.jam index 526b535..c528089 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -17,9 +17,19 @@ project release:on debug:extra debug:on + debug:-Wnon-virtual-dtor debug:-Wold-style-cast + debug:-Wcast-align + debug:-Wunused + debug:-Woverloaded-virtual 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 coverage:on tidy:bin/sys.h tidy:bin/net.h -- cgit v1.2.3