File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -421,8 +421,8 @@ lib boost_locale
421421 util/info.cpp
422422 util/locale_data.cpp
423423 : requirements
424- <library>$(boost_dependencies_private)
425- <library>$(boost_dependencies)
424+ <library>$(boost_dependencies_private)/<warnings-as-errors>off
425+ <library>$(boost_dependencies)/<warnings-as-errors>off
426426 $(cxx_requirements)
427427 <link>shared:<define>BOOST_LOCALE_DYN_LINK=1
428428 <define>BOOST_LOCALE_SOURCE
@@ -432,7 +432,7 @@ lib boost_locale
432432 # Meanwhile remove this
433433 <conditional>@configure
434434 : usage-requirements
435- <library>$(boost_dependencies)
435+ <library>$(boost_dependencies)/<warnings-as-errors>off
436436 $(cxx_requirements)
437437 <link>shared:<define>BOOST_LOCALE_DYN_LINK=1
438438 <define>BOOST_LOCALE_NO_LIB=1
You can’t perform that action at this time.
0 commit comments