mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
manpage: Document change to -Wall
This commit is contained in:
parent
4f7113116d
commit
704ddf94f8
1 changed files with 8 additions and 1 deletions
|
@ -59,7 +59,14 @@ some others. Warnings and errors will of course still be displayed.
|
||||||
Enable or disable a warning.
|
Enable or disable a warning.
|
||||||
.TP
|
.TP
|
||||||
.B -Wall
|
.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
|
.TP
|
||||||
.BR -Werror ", " -Wno-error
|
.BR -Werror ", " -Wno-error
|
||||||
Controls whether or not all warnings should be treated as errors.
|
Controls whether or not all warnings should be treated as errors.
|
||||||
|
|
Loading…
Reference in a new issue