darwin: fix 1 compiler warning
authorLudovic Rousseau <ludovic.rousseau@free.fr>
Sat, 27 Feb 2016 16:42:55 +0000 (17:42 +0100)
committerLudovic Rousseau <ludovic.rousseau@free.fr>
Wed, 2 Mar 2016 15:04:30 +0000 (16:04 +0100)
commit4bfa440e5f5339bfaaf5baae763d45b77b64294b
tree53fed22662da813ff6044b9ed94bb92aff5892b7
parent680828abf88096d802f8ab4e0e603ae7bc05af7f
darwin: fix 1 compiler warning

os/darwin_usb.c:248:18: warning: comparison of integers of different signs:
      'CFIndex' (aka 'long') and 'size_t' (aka 'unsigned long')
      [-Wsign-compare]
      if (length < size) {
          ~~~~~~ ^ ~~~~

Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
libusb/os/darwin_usb.c
libusb/version_nano.h