From 9d1b59ec6c4c3a8e1402394d757cb1c4fd29f8ef Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 1 Nov 2021 01:24:02 +0200 Subject: [PATCH] Enable warnings=extra, warnings-as-errors=on --- test/Jamfile.v2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 4033219..42fea1f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -9,6 +9,13 @@ import modules ; import testing ; +project : requirements + + extra + msvc:on + clang:on + gcc:on ; + # quick test (for CI) run quick.cpp ;