From 84ba4304dceef2b8ac08e445c5ce5b3b5da43409 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 12 Sep 2021 18:07:47 +0100 Subject: Add -Wconversion and -Wsign-conversion --- Jamroot.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 527b990..526b535 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -18,6 +18,8 @@ project debug:extra debug:on debug:-Wold-style-cast + debug:-Wconversion + debug:-Wsign-conversion coverage:on tidy:bin/sys.h tidy:bin/net.h -- cgit v1.2.3