> On Jan 20, 2014, at 4:56 PM, Tim Roberts wrote:
>
> Sean McBride wrote:
>> With 1.0.18 coming, I though I'd try building git master with the latest
>> Xcode. I see 3 warnings:
>>
>> (1) core.c:1910:27: Missing field 'tv_usec' initializer
>>
>> can we just change:
>>struct timeval tv =
Sean McBride wrote:
> With 1.0.18 coming, I though I'd try building git master with the latest
> Xcode. I see 3 warnings:
>
> (1) core.c:1910:27: Missing field 'tv_usec' initializer
>
> can we just change:
> struct timeval tv = { 0, };
> to:
> struct timeval tv = { 0, 0 };
>
> is ther
Hi all,
With 1.0.18 coming, I though I'd try building git master with the latest Xcode.
I see 3 warnings:
(1) core.c:1910:27: Missing field 'tv_usec' initializer
can we just change:
struct timeval tv = { 0, };
to:
struct timeval tv = { 0, 0 };
is there any platform where this
Hi all,
I encounter a "nearly" infinite loop in libusbx discard_urbs due to a large
negative "first" value:
I found that out by extending the function by an additonal log line:
static int discard_urbs(struct usbi_transfer *itransfer, int first, int
last_plus_one)
{
struct libusb_transfer
Closed #146.
---
Reply to this email directly or view it on GitHub:
https://github.com/libusbx/libusbx/issues/146--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing Century