Correctly handle LIBUSB_TRANSFER_OVERFLOW in libusb_control_transfer()
authorLudovic Rousseau <ludovic.rousseau+github@gmail.com>
Fri, 16 Sep 2011 16:07:56 +0000 (18:07 +0200)
committerPeter Stuge <peter@stuge.se>
Mon, 17 Oct 2011 14:25:51 +0000 (16:25 +0200)
commit1cc5b4a9fb984e83681ae5c797fa6b22bc20f809
tree93019c629b37cd6f5a2ebd31862a77f67cbb0888
parentc55f581f43885f8576d8e2ebf4d46cd7ff3c1030
Correctly handle LIBUSB_TRANSFER_OVERFLOW in libusb_control_transfer()

sync.c: In function `libusb_control_transfer':
sync.c:122: warning: enumeration value `LIBUSB_TRANSFER_OVERFLOW' not
handled in switch

Fixes #120.
libusb/sync.c