mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Fix the unknown warning group on wasm
This commit is contained in:
parent
64a52c25fe
commit
fe9a3be296
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -4779,7 +4779,7 @@ rb_gc_set_stack_end(VALUE **stack_end_p)
|
||||||
{
|
{
|
||||||
VALUE stack_end;
|
VALUE stack_end;
|
||||||
COMPILER_WARNING_PUSH
|
COMPILER_WARNING_PUSH
|
||||||
#ifdef __GNUC__
|
#if RBIMPL_COMPILER_IS(GCC)
|
||||||
COMPILER_WARNING_IGNORED(-Wdangling-pointer);
|
COMPILER_WARNING_IGNORED(-Wdangling-pointer);
|
||||||
#endif
|
#endif
|
||||||
*stack_end_p = &stack_end;
|
*stack_end_p = &stack_end;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue