[EMAIL PROTECTED] wrote:
striker 2002/08/12 15:02:18
Modified: memory/unix apr_pools.c
Log:
Fix pools to play nice with gcc bounds checking.
Submitted by: Blair Zajac <[EMAIL PROTECTED]>
Revision Changes Path
1.184 +5 -9 apr/memory/unix/apr_pools.c
This commit adds three warnings to the Windows compile:
apr\memory\unix\apr_pools.c(615) : warning C4018: '<' : signed/unsigned mismatch apr\memory\unix\apr_pools.c(623) : warning C4018: '<' : signed/unsigned mismatch apr\memory\unix\apr_pools.c(928) : warning C4018: '<' : signed/unsigned mismatch
-- Brane Äibej <[EMAIL PROTECTED]> http://www.xbc.nu/brane/
