Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1cea176 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am 59495949: Merge "Bluetooth: Turn off unused-XXX warnings"

* commit '59495949':
  Bluetooth: Turn off unused-XXX warnings
parents f2879012 59495949
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@ endif

bdroid_CFLAGS += -Wall -Werror

# Temporary, remove after cleanup. b/18632512
bdroid_CFLAGS += -Wno-unused

ifneq ($(BOARD_BLUETOOTH_BDROID_HCILP_INCLUDED),)
  bdroid_CFLAGS += -DHCILP_INCLUDED=$(BOARD_BLUETOOTH_BDROID_HCILP_INCLUDED)
endif