/[Apache-SVN]
ViewVC logotype

Revision 98632


Jump to revision: Previous Next
Author: jerenkrantz
Date: Wed Feb 12 22:44:55 2003 UTC (21 years, 5 months ago)
Changed paths: 2
Log Message:
Fixed compiler warning about signed/unsigned mismatch in generic_recv_resp()

This patch addresses the following compiler warning generated by the
Visual C++ 6 compiler:

flood_socket_generic.c(161) : warning C4018: '>' : signed/unsigned mismatch

We have two local variables declared as integers used in an expression
involving an unsigned type.  I changed the variable declarations to
match the unsigned type to address the warning.  All three variables
involved deal with memory sizes using apr_size_t, so it's safe to
change the declarations.

Submitted by: Phi-Long Tran <ptran@pobox.com>
Reviewed by: Justin Erenkrantz


Changed paths

Path Details
Directoryhttpd/test/trunk/flood/CHANGES modified , text changed , props changed
Directoryhttpd/test/trunk/flood/flood_socket_generic.c modified , text changed , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26