Project

General

Profile

« Previous | Next » 

Revision da22e43c

Added by znz (Kazuhiro NISHIYAMA) over 3 years ago

Fix a warning

../gc.c:2342:25: warning: array subscript is of type 'char' [-Wchar-subscripts]
    GC_ASSERT(size_pools[pool_id].slot_size == slot_size);
                        ^~~~~~~~