Skip to content

Commit e5762bd

Browse files
committed
tests: reinstate warnings-as-errors on clang+windows
1 parent d057945 commit e5762bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/Jamfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ project
2323

2424
<warnings>extra
2525

26-
<toolset>msvc:<warnings-as-errors>on
26+
<toolset>clang:<warnings-as-errors>on
2727
<toolset>gcc:<warnings-as-errors>on
28-
<toolset>clang,<target-os>linux:<warnings-as-errors>on
29-
<toolset>clang,<target-os>darwin:<warnings-as-errors>on
28+
<toolset>msvc:<warnings-as-errors>on
3029
;
3130

3231
alias unit_test_framework

0 commit comments

Comments
 (0)