aboutsummaryrefslogtreecommitdiffstats
path: root/libusb
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@gmail.com>2012-09-15 10:18:50 +0200
committerPete Batard <pete@akeo.ie>2012-09-15 15:08:38 +0100
commit9d50e95028c6cada096b821eb9872539efced402 (patch)
treea3f625c929b0ab5e0bf70fc1e6e73123a4b0bc3a /libusb
parent3f513b62467d1842ec0771aaec01fde2f57bfb9c (diff)
downloadandroid_external_libusbx-9d50e95028c6cada096b821eb9872539efced402.tar.gz
android_external_libusbx-9d50e95028c6cada096b821eb9872539efced402.tar.bz2
android_external_libusbx-9d50e95028c6cada096b821eb9872539efced402.zip
Samples: Fix compiler warnings in fxload
ezusb.c: In function "ezusb_cpucs" ezusb.c:163: warning: initialization discards qualifiers from pointer target type ezusb.c: At top level: ezusb.c:193: warning: no previous prototype for "parse_ihex" ezusb.c:340: warning: no previous prototype for "parse_bin" ezusb.c:377: warning: no previous prototype for "parse_iic" ezusb.c: In function "ram_poke": ezusb.c:451: warning: enumeration value "_undef" not handled in switch ezusb.c:491: warning: passing argument 2 of "ezusb_write" discards qualifiers from pointer target type
Diffstat (limited to 'libusb')
-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 ff347c9..d739262 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10565
+#define LIBUSB_NANO 10566