Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-15 Thread Jim Gallacher
Jeff Robbins wrote: There are a number of build warnings on Win32 that I have been looking at. While some are no doubt windows-specific, some look to be generic C programming errors. Is there a goal of getting to a warning-free build? I'm not sure if it's ever been said out loud, but sure, w

Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-15 Thread Graham Dumpleton
Jim Gallacher wrote .. > Several of your other warnings such as: > > C:\work\mod_python-3.3.0-dev-20061109\src\util.c(170) : warning C4244: > 'function' : conversion from 'double' to 'long', possible loss of data > > are the result of converting apr_time_t from microseconds to seconds: > >

Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-15 Thread Jim Gallacher
Graham Dumpleton wrote: Jim Gallacher wrote .. Several of your other warnings such as: C:\work\mod_python-3.3.0-dev-20061109\src\util.c(170) : warning C4244: 'function' : conversion from 'double' to 'long', possible loss of data are the result of converting apr_time_t from microseconds to seco

Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-15 Thread Graham Dumpleton
Jim Gallacher wrote .. > Graham Dumpleton wrote: > > Jim Gallacher wrote .. > >> Several of your other warnings such as: > >> > >> C:\work\mod_python-3.3.0-dev-20061109\src\util.c(170) : warning C4244: > >> 'function' : conversion from 'double' to 'long', possible loss of data > >> > >> are the res