ruby/gc
Peter Zhu 216d087f50 Disable -Wunused-function for shared GC in gc/gc.h
Shared GC might not use the private functions in gc/gc.h, so they will
show up as warnings for unused functions. This commit disables
-Wunused-function for these functions when building as shared GC.
2024-10-07 09:39:07 -04:00
..
default.c Rename size_pool -> heap 2024-10-03 21:20:09 +01:00
gc.h Disable -Wunused-function for shared GC in gc/gc.h 2024-10-07 09:39:07 -04:00
gc_impl.h Rename size_pool -> heap 2024-10-03 21:20:09 +01:00