On 64 bit unix int and long ae 64 bit, while on Windows x64 both int and long are 32 bit. (long long and/or __int64 are 64 bit)
The proper fix is to use the pointer sized integer type as defined by apr where needed. Bert From: Jacob Champion Sent: donderdag 17 september 2015 17:20 To: [email protected] Subject: Re: mod_h2 / ssl warnings Windows On Thursday, September 17, 2015, Steffen <[email protected]> wrote: For you info, warnings when build with VC14 Win64. See attached. The size_t/int and pointer/int warnings show up in a large number of modules on Win64, IIRC. Is there already an established opinion on whether or not they should be fixed? It seems like they should apply to 64-bit *nix as well. --Jacob (from mobile, sorry for formatting annoyances)
