From b63009d2f0d2c901208e2a7cd0ecc4b5bb55b8b9 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 13 Feb 2006 15:57:10 +0000 Subject: [PATCH] Make the 'warnings' and 'warnings-as-errors' features propagated. [SVN r32895] --- src/tools/builtin.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;