From 2dd51f248b615bca201204cb2f308ad60c4408c1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 27 Apr 2020 18:47:45 +0300 Subject: [PATCH] Use warnings=pedantic for some lwt tests --- test/Jamfile.v2 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 54fc0c8..e5e87cd 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -76,10 +76,15 @@ run lightweight_test_lt_le_test.cpp ; run lightweight_test_gt_ge_test.cpp ; run lightweight_test_eq_nullptr.cpp ; run lightweight_test_test3.cpp ; -run lightweight_test_test4.cpp ; +run lightweight_test_test4.cpp + : : : + pedantic + msvc:on + gcc:on + clang:on ; run lightweight_test_test5.cpp : : : - extra + pedantic msvc:on gcc:on clang:on