On Sun, May 7, 2017 at 2:35 PM, Nick Kew <n...@apache.org> wrote: > On Tue, 18 Apr 2017 13:36:36 +0200 > Steffen <i...@apachelounge.com> wrote: > >> New warnings: >> >> locks\win32\proc_mutex.c(170): warning C4244: 'initializing': >> conversion from 'apr_interval_time_t' to 'DWORD', possible loss of >> data > > That looks straightforward. An explicit cast to DWORD would > presumably silence the compiler. Any problems with that?
How about r1792620? Regards, Yann.