]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
manpage: Document change to -Wall
authorWolfgang Bumiller <blub@speed.at>
Wed, 9 Jan 2013 19:41:12 +0000 (20:41 +0100)
committerWolfgang Bumiller <blub@speed.at>
Wed, 9 Jan 2013 19:41:12 +0000 (20:41 +0100)
doc/gmqcc.1

index 8af1dccd4f7fb22826fceba95e5a5ee63ee1e53a..c8398389d6074d3594f00f6b93762bb6896a1f77 100644 (file)
@@ -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.