summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@free.fr>2016-02-27 17:47:12 +0100
committerLudovic Rousseau <ludovic.rousseau@free.fr>2016-03-02 16:05:31 +0100
commit3661588fe6ccbb2ca7ad9bb51a8f64a2a0161c6c (patch)
tree5a9034251c3da6a9b75f2eb2ee2b0d21ba4ff620 /libusb/version_nano.h
parent4bfa440e5f5339bfaaf5baae763d45b77b64294b (diff)
downloadlibusb-3661588fe6ccbb2ca7ad9bb51a8f64a2a0161c6c.tar.gz
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>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 4cd53ff..e27a754 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11084
+#define LIBUSB_NANO 11085