From 78b1105c10495740656b4203f52a5e4b1becbf8a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Dec 2012 16:41:40 +0100 Subject: [PATCH] manpage: -Wunreachable-code --- doc/gmqcc.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index 057362f..8b86efe 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -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. -- 2.39.2