Skip to content

Commit 36d8832

Browse files
committed
disable warnings for unit test lib for clang+windows
1 parent 9fdc127 commit 36d8832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Jamfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ project
2525

2626
<toolset>msvc:<warnings-as-errors>on
2727
<toolset>gcc:<warnings-as-errors>on
28-
<toolset>clang,<os>!NT:<warnings-as-errors>on
29-
# !NT because it causes errors when builting unit-test
28+
<toolset>clang,<target-os>linux:<warnings-as-errors>on
29+
<toolset>clang,<target-os>darwin:<warnings-as-errors>on
3030
;
3131

3232
alias unit_test_framework
3333
: # sources
34-
/boost/test//boost_unit_test_framework
34+
/boost/test//boost_unit_test_framework/<warnings>off
3535
;
3636

3737
for local src in [ glob test_*.cpp ]

0 commit comments

Comments
 (0)