mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* 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:
parent
644c36e9a6
commit
a6c8e8d15b
8 changed files with 26 additions and 18 deletions
1
thread.c
1
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue