Can I take this to mean someone would interested in the warnings from an IBM xlc compiler?
On Wed, Jan 4, 2012 at 3:03 PM, Rainer Jung <[email protected]> wrote: > During the Build for Windows 32 Bit I get the following warnings: > > mod_data.c(112): warning C4244: 'function' : conversion from 'apr_off_t' > to 'int', possible loss of data > > mod_filter.c(596): warning C4090: 'function' : different 'const' qualifiers > > mod_substitute.c(250): warning C4018: '<=' : signed/unsigned mismatch > > mod_usertrack.c(352): warning C4244: '=' : conversion from 'time_t' to > 'int', possible loss of data > > server\config.c(1662): warning C4018: '>=' : signed/unsigned mismatch > > server\core.c(4672): warning C4244: '=' : conversion from 'unsigned long' > to 'apr_uint16_t', possible loss of data > > server\protocol.c(712): warning C4018: '>=' : signed/unsigned mismatch > > server\util.c(1012): warning C4018: '>=' : signed/unsigned mismatch > > server\util.c(414): warning C4018: '<=' : signed/unsigned mismatch > > server\util_regex.c(195): warning C4018: '<' : signed/unsigned mismatch > > ssl_util_ssl.c(275): warning C4018: '<' : signed/unsigned mismatch > > util_expr_scan.c(1756): warning C4018: '<' : signed/unsigned mismatch > > util_ldap.c(1688): warning C4133: 'function' : incompatible types - from > 'timeval *' to 'l_timeval *' > > util_ldap.c(1946): warning C4133: 'function' : incompatible types - from > 'timeval *' to 'l_timeval *' > > util_ldap.c(502): warning C4133: 'function' : incompatible types - from > 'timeval *' to 'l_timeval *' > > util_ldap.c(937): warning C4133: 'function' : incompatible types - from > 'timeval *' to 'l_timeval *' > > Not sure whether I'll have enough time to hunt for those, but wanted to > document it here in case someone wants to take a look. > > Regards, > > Rainer >
