Skip to content

Commit

Permalink
Merge pull request #224 from boostorg/pr/default-build-warnings
Browse files Browse the repository at this point in the history
Move <warnings>all from requirements to default-build. Fixes #223.
  • Loading branch information
jzmaddock authored Sep 3, 2024
2 parents 49c4e8c + ccfc765 commit bb9f2b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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)
;
Expand Down

0 comments on commit bb9f2b1

Please sign in to comment.