commit | b1fbd050ec57593391ad8c98f521a66b3fd85678 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Nov 10 17:49:37 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 10 17:49:37 2012 +0100 |
tree | 3e9fd7470d63ffce9c7157150cfde6d629a67c69 | |
parent | d85f917daf90ac0a84f28a27ac5904ccc0b3b345 [diff] |
BUILD: compression: remove a build warning gcc emits this warning while building free_zlib() : src/compression.c: In function `free_zlib': src/compression.c:403: warning: 'pool' might be used uninitialized in this function This is not a bug as the pool cannot take other values, but let's pre-initialize is to null to fix the warning.