Fix a possible warning without debugging.
[srvx.git] / ChangeLog
index dec79b3f5656d4f90610f74f8110b9e6f975a364..6185dc82a412cad083ce86239a07c219150c5269 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,20 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2006-04-05 02:07:30 GMT        Michael Poole <mdpoole@troilus.org>     patch-10
+
+    Summary:
+      Fix a possible warning without debugging.
+    Revision:
+      srvx--devo--1.3--patch-10
+
+    src/alloc-slab.c (slab_unalloc): If assert() is #define'd to be empty,
+        then size is unused.  Include a (void)size to quash a warning.
+
+    modified files:
+     ChangeLog src/alloc-slab.c
+
+
 2006-04-05 02:02:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-9
 
     Summary: