]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
authorDale Weiler <killfieldengine@gmail.com>
Fri, 1 Feb 2013 23:11:26 +0000 (23:11 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 1 Feb 2013 23:11:26 +0000 (23:11 +0000)
doc/gmqcc.1

index f377197a0d03fe755c1579c1ab9df56de96d71f3..59afdb99dd85abc5bce9239c2697ecbe2e968cf0 100644 (file)
@@ -249,11 +249,6 @@ will generate a warning.
 Warn when assigning to a function pointer with an unmatching
 signature. This usually happens in cases like assigning the null
 function to an entity's .think function pointer.
-.It Fl W Ns Cm preprocessor
-Enable warnings coming from the preprocessor. Like duplicate macro
-declarations. This warning triggers when there's a problem with the
-way the preprocessor has been used, it will \fBnot\fR affect warnings
-generated with the '#warning' directive. See -Wcpp.
 .It Fl W Ns Cm cpp
 Show warnings created using the preprocessor's '#warning' directive.
 .It Fl W Ns Cm multifile-if