Building on Windows get (new) warnings:

apr 1.6.3


Win32 and Win64:
time\win32\time.c(58): warning C4098: 'SystemTimeToAprExpTime': 'void' function returning a value

Only Win32:
file_io\win32\seek.c(173): warning C4244: '=': conversion from 'apr_off_t' to 'apr_size_t', possible loss of data

Only Win64:
memory\unix\apr_pools.c(322): warning C4267: '=': conversion from 'size_t' to 'apr_uint32_t', possible loss of data memory\unix\apr_pools.c(422): warning C4267: '=': conversion from 'size_t' to 'apr_uint32_t', possible loss of data memory\unix\apr_pools.c(446): warning C4267: '=': conversion from 'size_t' to 'apr_uint32_t', possible loss of data memory\unix\apr_pools.c(447): warning C4267: '=': conversion from 'size_t' to 'apr_uint32_t', possible loss of data memory\unix\apr_pools.c(448): warning C4267: '=': conversion from 'size_t' to 'apr_uint32_t', possible loss of data memory\unix\apr_pools.c(873): warning C4267: '=': conversion from 'size_t' to 'apr_uint32_t', possible loss of data memory\unix\apr_pools.c(1289): warning C4267: '=': conversion from 'size_t' to 'apr_uint32_t', possible loss of data memory\unix\apr_pools.c(1445): warning C4267: '=': conversion from 'size_t' to 'apr_uint32_t', possible loss of data


apr-util 1.6.1


Win32 and Win64:
crypto\crypt_blowfish.c(894): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data

Only Win64:

crypto\apr_passwd.c(195): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data crypto\apr_passwd.c(197): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data crypto\crypt_blowfish.c(894): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data


ldap\apr_ldap_option.c(336): warning C4311: 'type cast': pointer truncation from 'void *' to 'ULONG' ldap\apr_ldap_option.c(345): warning C4311: 'type cast': pointer truncation from 'void *' to 'ULONG'

misc\apr_thread_pool.c(906): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data


apr_crypto_openssl.c(486): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data apr_crypto_openssl.c(488): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data apr_crypto_openssl.c(582): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data apr_crypto_openssl.c(735): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data apr_crypto_openssl.c(712): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data apr_crypto_openssl.c(772): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data apr_crypto_openssl.c(905): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data apr_crypto_openssl.c(882): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data apr_crypto_openssl.c(942): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data








Reply via email to