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

Commit 985558cc authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am f983a165: am 42e8697e: Ignore typdef redefintion warning to fix build.

* commit 'f983a165':
  Ignore typdef redefintion warning to fix build.
parents 5350bb94 f983a165
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ endif
bdroid_CFLAGS += -Wall -Werror

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

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