On Tue, 18 Apr 2017 13:36:36 +0200 Steffen <i...@apachelounge.com> wrote:
> > Build Win32 with current httpd-2.4.26-dev, used not nick's files but > exported today 1.6.1-dev > > Used the IDE build (.dsw and dsp). > > Building fine. Great, thanks. > 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? -- Nick Kew