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

Commit 42e8697e authored by Dan Albert's avatar Dan Albert
Browse files

Ignore typdef redefintion warning to fix build.

It redefines to the same type, so not a problem.

Change-Id: I6139816f02729573474957528a8ac782243b598b
parent 36d43ec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@ endif
bdroid_CFLAGS += -Wall -Werror
bdroid_CFLAGS += -Wall -Werror


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


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