> From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] > Sent: 16 September 2002 22:50
> G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(615) : warning > C4018: '<' : signed/unsigned mismatch > G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(623) : warning > C4018: '<' : signed/unsigned mismatch > G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(928) : warning > C4018: '<' : signed/unsigned mismatch As the author of this I can state that these were introduced by applying a helpful patch. I need some casting to get the warnings away on windows. I'll commit these soonish. [...] > Don't know that any of the above are terribly fatal, but the authors of those > bits > might want to double check. Nope. Not fatal. Sander
