diff --git a/fastboot/Android.mk b/fastboot/Android.mk index 73794a0f7..112bd021b 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -31,6 +31,7 @@ ifeq ($(HOST_OS),darwin) LOCAL_SRC_FILES += usb_osx.c util_osx.c LOCAL_LDLIBS += -lpthread -framework CoreFoundation -framework IOKit \ -framework Carbon + LOCAL_CFLAGS += -Wno-unused-parameter endif ifeq ($(HOST_OS),windows)