Skip to content

Commit f30eccb

Browse files
committed
b2: treat warnings as errors
1 parent 386f697 commit f30eccb

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
@@ -23,9 +23,9 @@ project
2323

2424
<warnings>extra
2525

26-
# <toolset>msvc:<warnings-as-errors>on
27-
# <toolset>gcc:<warnings-as-errors>on
28-
# <toolset>clang:<warnings-as-errors>on
26+
<toolset>msvc:<warnings-as-errors>on
27+
<toolset>gcc:<warnings-as-errors>on
28+
<toolset>clang:<warnings-as-errors>on
2929
;
3030

3131
alias unit_test_framework

0 commit comments

Comments
 (0)