From fd2b334b82868e1fa2fc3a9562565a2d5ca59ba2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 23 Sep 2021 19:29:10 +0100 Subject: Add collection of passing warnings --- Jamroot.jam | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Jamroot.jam b/Jamroot.jam index ff4eea1..6bee154 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -19,7 +19,15 @@ project debug:on debug:-Wnon-virtual-dtor debug:-Wold-style-cast + debug:-Wcast-align + debug:-Wunused debug:-Woverloaded-virtual + 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:boost-* -- cgit v1.2.3