diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index debd8ed..9c8aa99 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2882,6 +2882,12 @@ Warn when overload resolution chooses a promotion from unsigned or enumerated type to a signed type, over a conversion to an unsigned type of the same size. Previous versions of G++ tried to preserve unsignedness, but the standard mandates the current behavior. + +@item -Wno-terminate @r{(C++ and Objective-C++ only)} +@opindex Wterminate +@opindex Wno-terminate +Disable the warning about a throw-expression that will immediately +result in a call to @code{terminate}. @end table @node Objective-C and Objective-C++ Dialect Options |