diff options
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index e90ea0f..e9ee45e 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -1998,7 +1998,8 @@ after other processing.</para> <option>--warn=no-<replaceable>type</replaceable></option> </term> <listitem> -<para>Enable or disable (with the no- prefix) warnings. +<para>Enable or disable (with the prefix "no-") warnings +(<option>--warning</option> is a synonym). <replaceable>type</replaceable> specifies the type of warnings to be enabled or disabled:</para> @@ -2124,6 +2125,14 @@ can themselves refer to lists of names or nodes.</para> </varlistentry> <varlistentry> + <term><emphasis role="bold">tool-qt-deprecated</emphasis></term> + <listitem> +<para>Warnings about the &t-link-qt; tool being deprecated. +These warnings are enabled by default.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><emphasis role="bold">missing-sconscript</emphasis></term> <listitem> <para>Warnings about missing SConscript files. |