]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - doc/gmqcc.1
Added handler for -W
[xonotic/gmqcc.git] / doc / gmqcc.1
index db5ccf6cd3cf612323ac2617f575dfce3e63e9ff..0e3a0707d4ca9723d23884f898ba635151eda273 100644 (file)
@@ -35,6 +35,12 @@ Append the specified file which is to be interpreted as a \fIprogs.src\fR file.
 Use the specified standard for parsing QC code. The following standards are available:
 .IR gmqcc , qcc , fteqcc
 .TP
+.BI -W warning "\fR, " "" -Wno- warning
+Enable or disable a warning.
+.TP
+.B -Wall
+Enable all warnings. Overrides preceding -W parameters.
+.TP
 .B -fdarkplaces-string-table-bug
 Patch the output file to work around a string-table bug in certain darkplaces versions.
 .TP