diff options
-rw-r--r-- | gnu/gcc/libstdc++-v3/libsupc++/exception_defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/gcc/libstdc++-v3/libsupc++/exception_defines.h b/gnu/gcc/libstdc++-v3/libsupc++/exception_defines.h index 446ed9466cb..765a052ae94 100644 --- a/gnu/gcc/libstdc++-v3/libsupc++/exception_defines.h +++ b/gnu/gcc/libstdc++-v3/libsupc++/exception_defines.h @@ -42,7 +42,7 @@ // Iff -fno-exceptions, transform error handling code to work without it. # define try if (true) # define catch(X) if (false) -# define __throw_exception_again +# define __throw_exception_again ((void)0) #else // Else proceed normally. # define __throw_exception_again throw |