Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information