* 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
This commit is contained in:
naruse 2016-05-08 00:55:28 +00:00
parent 644c36e9a6
commit a6c8e8d15b
8 changed files with 26 additions and 18 deletions

View file

@ -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)
{