From 53f5c2776cc4e76d4087543c95a4483a08a2c3f1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 15 Jul 2017 15:19:44 +0300 Subject: [PATCH] Suppress g++ bool use warnings --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c799160..9138791 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -16,6 +16,8 @@ project : requirements # set warnings as errors for those compilers we know we get warning free: gcc:-Wextra gcc:-Wno-uninitialized + gcc:-Wno-int-in-bool-context + gcc:-Wno-bool-operation gcc:on intel:on sun:on