fix unused error without gc debugging
Haldean Brown
6 years ago
1 changed file(s) with
3 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+3
-1
libexpel/gc.c
less
more
272
272
no_ignore xl_error
273
273
xl_value_new(struct xl_value **v)
274
274
{
275
xl_error err;
275
#if XL_GC_DEBUG && XL_GC_DEBUG_V
276
xl_error err;
277
#endif
276
278
277
279
xl_assert(gc_stats != NULL);
278
280