]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - doc/gmqcc.1
manpage: -Wunreachable-code
[xonotic/gmqcc.git] / doc / gmqcc.1
index 057362f14f3ebdfca862410ffcad3d17481432d4..8b86efee68cef42dc38b55dbd99a617817730f40 100644 (file)
@@ -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.