Enable -Wextra in test/Jamfile

This commit is contained in:
Mohammad Nejati
2024-10-25 09:33:14 +00:00
committed by Mohammad Nejati
parent 0078272001
commit b85b166e34

View File

@ -118,6 +118,8 @@ variant beast_ubasan
; ;
project /boost/beast/test project /boost/beast/test
: default-build
<warnings>extra
: requirements : requirements
[ requires [ requires
cxx11_constexpr cxx11_constexpr
@ -128,6 +130,7 @@ project /boost/beast/test
cxx11_variadic_templates cxx11_variadic_templates
] ]
<define>BOOST_BEAST_TESTS <define>BOOST_BEAST_TESTS
<threading>multi
<target-os>darwin:<define>Z_HAVE_UNISTD_H=1 <target-os>darwin:<define>Z_HAVE_UNISTD_H=1
<library>/boost/beast/test//lib-asio/<link>static <library>/boost/beast/test//lib-asio/<link>static
<boost.beast.separate-compilation>on:<library>/boost/beast/test//lib-beast/<link>static <boost.beast.separate-compilation>on:<library>/boost/beast/test//lib-beast/<link>static