Fix a possible warning without debugging.
authorMichael Poole <mdpoole@troilus.org>
Wed, 5 Apr 2006 02:07:30 +0000 (02:07 +0000)
committerMichael Poole <mdpoole@troilus.org>
Wed, 5 Apr 2006 02:07:30 +0000 (02:07 +0000)
commit90856894abe8497557ddcbcfad3de8d02e161b87
tree547e04b92a6cfdfa986717f77f5059794afb29e8
parent47ab94b498ecec4a971d8072f45321a2fe1bedbd
Fix a possible warning without debugging.

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.
git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-10
ChangeLog
src/alloc-slab.c