aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau+github@gmail.com>2012-04-20 11:36:07 +0200
committerPete Batard <pete@akeo.ie>2012-04-20 22:35:38 +0100
commit29d66c1554e8db47fbe6079cba48a38984318049 (patch)
tree1157fa29f6c6d7273c3b9971e560ac5d496e5480 /libusb/version.h
parentd2b7b9f78e913dfc415d6acf65e5b8fd8a04027b (diff)
downloadandroid_external_libusbx-29d66c1554e8db47fbe6079cba48a38984318049.tar.gz
android_external_libusbx-29d66c1554e8db47fbe6079cba48a38984318049.tar.bz2
android_external_libusbx-29d66c1554e8db47fbe6079cba48a38984318049.zip
Samples: Fix not handled in switch warning in xusb.c
xusb.c: In function ‘test_device’: xusb.c:722:2: warning: enumeration value ‘USE_GENERIC’ not handled in switch [-Wswitch-enum]
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version.h b/libusb/version.h
index 3347697..6a8b151 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10481
+#define LIBUSB_NANO 10482
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC