From 0d37a29c46dae45c425538df45a39d11400a6a6b Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 21 Sep 2005 13:52:41 +0000 Subject: [PATCH] Document and features. [SVN r31069] --- doc/src/advanced.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/src/advanced.xml b/doc/src/advanced.xml index 3431e1800..76eb2466f 100644 --- a/doc/src/advanced.xml +++ b/doc/src/advanced.xml @@ -1575,6 +1575,34 @@ unit-test helpers_test : helpers_test.cpp helpers ; + warnings + + + + The <warnings> feature controls warning level of compilers. It has the following values: + + off - disables all warnigns. + on - enables default warning level for the tool. + all - enables all warnings. + + Default value is all. + + + + + warnings-as-errors + + + + The <warnings-as-errors> makes it possible treat warnings as errors and abort + compilation on warning. The value on enables this behaviour. The default value is + off. + + + + + +