2
0
mirror of https://github.com/boostorg/locale.git synced 2026-01-19 04:22:08 +00:00

Disable Werror for dependencies

This commit is contained in:
Alexander Grund
2025-10-20 17:25:46 +02:00
parent 96b98364f6
commit 231b5f96e3

View File

@@ -421,8 +421,8 @@ lib boost_locale
util/info.cpp util/info.cpp
util/locale_data.cpp util/locale_data.cpp
: requirements : requirements
<library>$(boost_dependencies_private) <library>$(boost_dependencies_private)/<warnings-as-errors>off
<library>$(boost_dependencies) <library>$(boost_dependencies)/<warnings-as-errors>off
$(cxx_requirements) $(cxx_requirements)
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1 <link>shared:<define>BOOST_LOCALE_DYN_LINK=1
<define>BOOST_LOCALE_SOURCE <define>BOOST_LOCALE_SOURCE
@@ -432,7 +432,7 @@ lib boost_locale
# Meanwhile remove this # Meanwhile remove this
<conditional>@configure <conditional>@configure
: usage-requirements : usage-requirements
<library>$(boost_dependencies) <library>$(boost_dependencies)/<warnings-as-errors>off
$(cxx_requirements) $(cxx_requirements)
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1 <link>shared:<define>BOOST_LOCALE_DYN_LINK=1
<define>BOOST_LOCALE_NO_LIB=1 <define>BOOST_LOCALE_NO_LIB=1