diff --git a/src/tools/builtin.jam b/src/tools/builtin.jam index 42e726dfa..3866f18b4 100644 --- a/src/tools/builtin.jam +++ b/src/tools/builtin.jam @@ -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 ;