summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exception.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception.cc b/src/exception.cc
index 27c9e5f..11f8ca5 100644
--- a/src/exception.cc
+++ b/src/exception.cc
@@ -758,7 +758,7 @@ extern "C" _Unwind_Reason_Code __gxx_personality_v0(int version,
* pointer to the caught exception, which is either the adjusted pointer (for
* C++ exceptions) of the unadjusted pointer (for foreign exceptions).
*/
-extern "C" void *__cxa_begin_catch(void *e)
+extern "C" void *__cxa_begin_catch(void *e) throw()
{
// Decrement the uncaught exceptions count
__cxa_eh_globals *globals = __cxa_get_globals();