diff --git a/error.c b/error.c index be1e2337..e5dfd340 100644 --- a/error.c +++ b/error.c @@ -69,7 +69,7 @@ pic_errmsg(pic_state *pic) return pic_str_cstr(str); } -static pic_value +noreturn static pic_value native_exception_handler(pic_state *pic) { pic_value err;