Re: [Mingw-w64-public] Fwd: MinGW-w64 warning about timercmp function

2011-09-21 Thread Ozkan Sezer
On Wed, Sep 21, 2011 at 12:41 PM, Kai Tietz wrote: > 2011/9/21 Pete Batard : >> On 2011.09.21 07:51, Ozkan Sezer wrote: >>> Hmm, do the following fix your case? >>> >>> Kai? >>> >>> --- _timeval.h~       2010-05-26 20:21:09.0 +0300 >>> +++ _timeval.h        2011-09-21 09:48:42.0 +0

Re: [Mingw-w64-public] Fwd: MinGW-w64 warning about timercmp function

2011-09-21 Thread Kai Tietz
2011/9/21 Pete Batard : > On 2011.09.21 07:51, Ozkan Sezer wrote: >> Hmm, do the following fix your case? >> >> Kai? >> >> --- _timeval.h~       2010-05-26 20:21:09.0 +0300 >> +++ _timeval.h        2011-09-21 09:48:42.0 +0300 >> @@ -16,7 +16,7 @@ struct timeval >>   #define timeriss

Re: [Mingw-w64-public] Fwd: MinGW-w64 warning about timercmp function

2011-09-21 Thread Pete Batard
On 2011.09.21 07:51, Ozkan Sezer wrote: > Hmm, do the following fix your case? > > Kai? > > --- _timeval.h~ 2010-05-26 20:21:09.0 +0300 > +++ _timeval.h2011-09-21 09:48:42.0 +0300 > @@ -16,7 +16,7 @@ struct timeval > #define timerisset(tvp) ((tvp)->tv_sec

Re: [Mingw-w64-public] Fwd: MinGW-w64 warning about timercmp function

2011-09-20 Thread Ozkan Sezer
On Wed, Sep 21, 2011 at 5:26 AM, Xiaofan Chen wrote: > Just wondering if this could be fixed. > > Potential fix: > http://git.libusb.org/?p=libusb-pbatard.git;a=commit;h=5f950c84feff96c942ec63bd3b0041f944e8fefc;js=1 > > Regards, > Xiaofan Hmm, do the following fix your case? Kai? --- _timeval.

[Mingw-w64-public] Fwd: MinGW-w64 warning about timercmp function

2011-09-20 Thread Xiaofan Chen
Just wondering if this could be fixed. Potential fix: http://git.libusb.org/?p=libusb-pbatard.git;a=commit;h=5f950c84feff96c942ec63bd3b0041f944e8fefc;js=1 Regards, Xiaofan -- Forwarded message -- From: Pete Batard Date: Mon, Sep 19, 2011 at 3:06 AM Subject: Re: [Libusb-devel] li