libusb/examples
Ludovic Rousseau 3661588fe6 examples: fix 2 compiler warnings
ezusb.c:136:13: warning: comparison of integers of different signs: 'int' and
      'size_t' (aka 'unsigned long') [-Wsign-compare]
        if (status != len) {
            ~~~~~~ ^  ~~~
ezusb.c:159:13: warning: comparison of integers of different signs: 'int' and
      'size_t' (aka 'unsigned long') [-Wsign-compare]
        if (status != len) {
            ~~~~~~ ^  ~~~

Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
2016-03-02 16:05:31 +01:00
..
getopt Samples: Add fxload sample for Cypress EZ-USB chips 2012-09-13 23:58:09 +01:00
dpfp.c Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
dpfp_threaded.c examples: Address issues reported by Markus Elfring 2015-04-28 14:56:00 -07:00
ezusb.c examples: fix 2 compiler warnings 2016-03-02 16:05:31 +01:00
ezusb.h Samples: Fix timeout error on FX3 and logging improvements for fxload 2013-04-14 22:38:52 +01:00
fxload.c Examples: fxload improvements 2015-08-04 23:51:12 -07:00
hotplugtest.c Examples: fix typo in Nathan Hjelm email 2016-01-06 10:20:24 +01:00
listdevs.c Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
Makefile.am examples: Add sam3u_benchmark isochronous example by Harald Welte 2013-05-30 14:21:00 +02:00
sam3u_benchmark.c examples: Add sam3u_benchmark isochronous example by Harald Welte 2013-05-30 14:21:00 +02:00
xusb.c Windows: Silence VS2013 code analysis warnings 2014-11-13 22:03:30 +00:00