1
0
forked from boostorg/mp11

Enable -Wextra in test/Jamfile

This commit is contained in:
Peter Dimov
2021-03-24 18:14:50 +02:00
parent 091648424d
commit 531a8d173e

View File

@@ -14,11 +14,10 @@ project
[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]
<toolset>msvc:<warnings>all # /W4
<warnings>extra
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on
;