]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
manpage: -Wunreachable-code
authorWolfgang Bumiller <blub@speed.at>
Thu, 20 Dec 2012 15:41:40 +0000 (16:41 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 20 Dec 2012 15:41:40 +0000 (16:41 +0100)
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.