forked from boostorg/mp11
Enable <warnings>all on msvc
This commit is contained in:
12
test/Jamfile
12
test/Jamfile
@@ -10,8 +10,16 @@ import testing ;
|
||||
import ../../config/checks/config : requires ;
|
||||
|
||||
project
|
||||
: requirements [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]
|
||||
: default-build <warnings-as-errors>on
|
||||
: requirements
|
||||
|
||||
[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]
|
||||
|
||||
<toolset>msvc:<warnings>all # /W4
|
||||
<toolset>msvc:<warnings-as-errors>on
|
||||
|
||||
<toolset>gcc:<warnings-as-errors>on
|
||||
|
||||
<toolset>clang:<warnings-as-errors>on
|
||||
;
|
||||
|
||||
# include-only
|
||||
|
Reference in New Issue
Block a user