From 3c6c06616d9684601a4b83577db25302d90d1570 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 13 Mar 2019 19:00:45 +0200 Subject: [PATCH] Disable warnings-as-errors=on for spirit_conflict_test --- test/Jamfile.v2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 47ca215..1e4433d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -44,4 +44,8 @@ run intrinsic_test.cpp ; run quick.cpp ; -compile spirit_conflict_test.cpp ; +compile spirit_conflict_test.cpp + : "-msvc:on" + "-gcc:on" + "-clang:on" + ;