From d92816a5f55cea9b67b7aab306eb1109af6dcbbe Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Mar 2026 17:02:40 +0000 Subject: Add missing -Wshadow --- Jamroot.jam | 1 + 1 file changed, 1 insertion(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index accc9d1..2f38c94 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -31,6 +31,7 @@ project webstat : requirements debug:-Wnull-dereference debug:-Wdouble-promotion debug:-Wformat=2 + debug:-Wshadow gcc,debug:-Wold-style-cast gcc,debug:-Wduplicated-cond gcc,debug:-Wduplicated-branches -- cgit v1.3