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.
+
+
+
+
+
+