On 2013.06.19 12:21, Ludovic Rousseau wrote: > - int i; > + size_t i;
Note that this creates a new warning in VS2012 (64 bit), with the "usbi_locale = i;" line, due usbi_locale being defined as an int: 1> ..\libusb\strerror.c(156): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data I'll be pushing a fix for the fix shortly, that switches usbi_locale to size_t, as this looks like the better choice compared with a cast to int. Hopefully, there won't be a 3rd fix... ;) Regards, /Pete ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel