mirror of
https://github.com/boostorg/build.git
synced 2026-02-10 23:32:20 +00:00
Make the 'warnings' and 'warnings-as-errors' features propagated.
[SVN r32895]
This commit is contained in:
@@ -84,12 +84,12 @@ feature warnings :
|
||||
all # enable all warnings issued by the tool
|
||||
on # enable default warning level for the tool
|
||||
off # disable all warnings issued by the tool
|
||||
: incidental ;
|
||||
: incidental propagated ;
|
||||
|
||||
feature warnings-as-errors :
|
||||
off # do not fail the compilation if there are warnings
|
||||
on # fail the compilation if there are warnings
|
||||
: incidental ;
|
||||
: incidental propagated ;
|
||||
|
||||
feature source : : free dependency incidental ;
|
||||
feature library : : free dependency incidental ;
|
||||
|
||||
Reference in New Issue
Block a user