darwin: Suppress deprecation warning when building against 10.13 SDK

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
Sean McBride
2018-01-04 22:16:03 -05:00
committed by Chris Dickens
parent c8069cd8c9
commit 4f9d58564e
2 changed files with 5 additions and 1 deletions

View File

@@ -36,6 +36,10 @@
#include <mach/mach_host.h>
#include <mach/mach_port.h>
/* Suppress warnings about the use of the deprecated objc_registerThreadWithCollector
* function. Its use is also conditionalized to only older deployment targets. */
#define OBJC_SILENCE_GC_DEPRECATIONS 1
#include <AvailabilityMacros.h>
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060 && MAC_OS_X_VERSION_MIN_REQUIRED < 101200
#include <objc/objc-auto.h>

View File

@@ -1 +1 @@
#define LIBUSB_NANO 11291
#define LIBUSB_NANO 11292