Merge pull request #224 from boostorg/pr/default-build-warnings

Move <warnings>all from requirements to default-build. Fixes #223.
This commit is contained in:
jzmaddock
2024-09-03 11:31:27 +01:00
committed by GitHub

View File

@ -11,9 +11,8 @@ constant boost_dependencies_private :
/boost/core//boost_core
;
project : requirements
# default to all warnings on:
<warnings>all
project
: default-build <warnings>all
: common-requirements <library>$(boost_dependencies)
: requirements <library>$(boost_dependencies_private)
;