From: Wolfgang Bumiller Date: Wed, 9 Jan 2013 19:41:12 +0000 (+0100) Subject: manpage: Document change to -Wall X-Git-Tag: before-library~337 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=704ddf94f80f59ea4cb8a2b2fefb7eb0af49f919;p=xonotic%2Fgmqcc.git manpage: Document change to -Wall --- diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index 8af1dcc..c839838 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -59,7 +59,14 @@ some others. Warnings and errors will of course still be displayed. Enable or disable a warning. .TP .B -Wall -Enable all warnings. Overrides preceding -W parameters. +Enable almost all warnings. Overrides preceding -W parameters. +.sp +The following warnings will \fBnot\fR be anbled: +.in +4 +.nf +-Wuninitialized-global +.fi +.in .TP .BR -Werror ", " -Wno-error Controls whether or not all warnings should be treated as errors.