Squelch Boost.Coroutine deprecation warning

This commit is contained in:
Vinnie Falco
2018-12-12 19:31:59 -08:00
parent 010fb4b08c
commit 5a42490921

View File

@@ -103,7 +103,8 @@ function build_bjam ()
[[ $VARIANT == "valgrind" ]] || \
[[ $VARIANT == "ubasan" ]]; then
b2 \
cxxflags=-std=c++11 \
define=BOOST_COROUTINES_NO_DEPRECATION_WARNING=1 \
cxxstd=11 \
libs/beast/test/beast/core//fat-tests \
libs/beast/test/beast/http//fat-tests \
libs/beast/test/beast/websocket//fat-tests \
@@ -113,7 +114,8 @@ function build_bjam ()
-j${JOBS}
else
b2 \
cxxflags=-std=c++11 \
define=BOOST_COROUTINES_NO_DEPRECATION_WARNING=1 \
cxxstd=11 \
libs/beast/test//fat-tests \
libs/beast/example \
toolset=$TOOLSET \