From f529dd9b103b677be7f25581c2af3101623c298b Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 8 May 2016 00:55:28 +0000 Subject: * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 884bb01298..536783f15d 100644 --- a/thread.c +++ b/thread.c @@ -2117,6 +2117,7 @@ rb_threadptr_signal_exit(rb_thread_t *th) #define USE_SIGALTSTACK #endif +NORETURN(void ruby_thread_stack_overflow(rb_thread_t *th)); void ruby_thread_stack_overflow(rb_thread_t *th) { -- cgit v1.2.3