From 36d88320ba30317d67cd643f4b65c5e280705761 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leroy Date: Mon, 27 Oct 2025 20:34:40 -0400 Subject: [PATCH] disable warnings for unit test lib for clang+windows --- test/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 5eecf77..53aa7b2 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -25,13 +25,13 @@ project msvc:on gcc:on - clang,!NT:on - # !NT because it causes errors when builting unit-test + clang,linux:on + clang,darwin:on ; alias unit_test_framework : # sources - /boost/test//boost_unit_test_framework + /boost/test//boost_unit_test_framework/off ; for local src in [ glob test_*.cpp ]