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
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:
>
>
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
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