Re: [Libusbx-devel] 3 warnings in git master from Xcode

2014-01-20 Thread Nathan Hjelm
> 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 =

Re: [Libusbx-devel] 3 warnings in git master from Xcode

2014-01-20 Thread Tim Roberts
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

[Libusbx-devel] 3 warnings in git master from Xcode

2014-01-20 Thread Sean McBride
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

[Libusbx-devel] libusbx stall / LONG loop in discard_urbs due to wrong(?) arguments

2014-01-20 Thread Erik Rull
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

Re: [Libusbx-devel] [libusbx] Task: Release 1.0.20 (#146)

2014-01-20 Thread mcuee
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