From 63ac7fb9bce89055928cac67d41e2d9ace1d429c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 17 Jun 2020 00:45:29 +0300 Subject: [PATCH] Use pedantic for warnings_test --- test/Jamfile.v2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b428ca0..52de73c 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -61,7 +61,11 @@ system-run failed_constexpr_test.cpp ; # Quick (CI) test run quick.cpp ; -run warnings_test.cpp : : : all on gcc:-Wnon-virtual-dtor clang:-Wnon-virtual-dtor ; +compile warnings_test.cpp + : pedantic + msvc:on + gcc:on + clang:on ; lib std_single_instance_lib1 : std_single_instance_1.cpp : shared:STD_SINGLE_INSTANCE_DYN_LINK ; lib std_single_instance_lib2 : std_single_instance_2.cpp : shared:STD_SINGLE_INSTANCE_DYN_LINK ;