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 ;
|
import ../../config/checks/config : requires ;
|
||||||
|
|
||||||
project
|
project
|
||||||
: requirements [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]
|
: requirements
|
||||||
: default-build <warnings-as-errors>on
|
|
||||||
|
[ 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
|
# include-only
|
||||||
|
Reference in New Issue
Block a user