2
0
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:
Vladimir Prus
2006-02-13 15:57:10 +00:00
parent 4a6b0fa146
commit b63009d2f0

View File

@@ -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 ;