From 24752b5fd1504ca0a1c8f9b5d7a2a60cf763193a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 27 Dec 2012 12:48:36 +0100 Subject: [PATCH] manpage: -fbail-on-werror --- doc/gmqcc.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index b621004..b1ae949 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -365,6 +365,14 @@ instruction on the string before using it. Enable utf8 characters. This allows utf-8 encoded character constants, and escape sequence codepoints in the valid utf-8 range. Effectively enabling escape sequences like '\\{x2211}'. +.TP +.B -fbail-on-werror +When a warning is treated as an error, and this option is set (which +it is by default), it is like any other error and will cause +compilation to stop. When disabling this flag by using +\-fno-bail-on-werror, compilation will continue until the end, but no +output is generated. Instead the first such error message's context is +shown. .SH OPTIMIZATIONS .TP .B -Opeephole -- 2.39.2