Fix a possible warning without debugging.
[srvx.git] / src / alloc-slab.c
index 2b923193ca8ffaa0ad27f0c21ba30e4398003dea..919ffe1e2ab2b999534ac28a2bcdff7d10ec8983 100644 (file)
@@ -331,6 +331,7 @@ slab_unalloc(void *ptr, size_t size)
         free_slab_count++;
 #endif
     }
+    (void)size;
 }
 
 void *