2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-19 04:02:09 +00:00

Disable deprecated messages when building tests.

This commit is contained in:
Christopher Kohlhoff
2025-11-04 23:48:36 +11:00
parent b24b92813a
commit edbde3cdce

View File

@@ -28,6 +28,7 @@ project
<library>/boost/context//boost_context
<library>/boost/regex//boost_regex
<define>BOOST_ALL_NO_LIB=1
<define>BOOST_ASIO_DISABLE_DEPRECATED_MSG=1
<threading>multi
<target-os>linux:<define>_XOPEN_SOURCE=600
<target-os>linux:<define>_GNU_SOURCE=1