summaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gc.c b/gc.c
index 02a0cb9c..25b4c071 100644
--- a/gc.c
+++ b/gc.c
@@ -1053,6 +1053,8 @@ static val gc_wrap(val full)
#if CONFIG_GEN_GC
if (!null_or_missing_p(full))
full_gc = 1;
+#else
+ (void) full;
#endif
gc();
return t;