mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Enable -Wextra in test/Jamfile
This commit is contained in:
committed by
Mohammad Nejati
parent
0078272001
commit
b85b166e34
@ -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
|
||||||
|
Reference in New Issue
Block a user