mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
manpage: -Wunreachable-code
This commit is contained in:
parent
fffa78c7a6
commit
78b1105c10
1 changed files with 4 additions and 0 deletions
|
@ -220,6 +220,10 @@ actually want. We recommend the \fI-fcorrect-ternary\fR option.
|
|||
.B -Wunknown-pragmas
|
||||
Warn when encountering an unrecognized \fI#pragma\fR line.
|
||||
.TP
|
||||
.B -Wunreachable-code
|
||||
Warn about unreachable code. That is: code after a return statement,
|
||||
or code after a call to a function marked as 'noreturn'.
|
||||
.TP
|
||||
.B -Wdebug
|
||||
Enable some warnings added in order to help debugging in the compiler.
|
||||
You won't need this.
|
||||
|
|
Loading…
Reference in a new issue