summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-06-24 22:22:52 +0700
committerhathach <[email protected]>2022-06-24 22:52:11 +0700
commit0042eccb3b2ff0f980f3a927a271364a2089ada5 (patch)
treef1c970e2554ee084b17483921b6a8c9a5bbf0c7e /hw
parent1d6918ce419b7df13def76759ba804c46ea8024c (diff)
fix redundant-decls warnings by usbd/usbh
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/nrf/family.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/bsp/nrf/family.mk b/hw/bsp/nrf/family.mk
index 609e2da0b..d8283a9e6 100644
--- a/hw/bsp/nrf/family.mk
+++ b/hw/bsp/nrf/family.mk
@@ -16,9 +16,6 @@ CFLAGS += \
# suppress warning caused by vendor mcu driver
CFLAGS += -Wno-error=undef -Wno-error=unused-parameter -Wno-error=cast-align -Wno-error=cast-qual
-# warning caused by dcd_nrf5x.c due to include of usbd.h and re-declare of dcd_int_handler()
-CFLAGS += -Wno-error=redundant-decls
-
# All source paths should be relative to the top level.
LD_FILE ?= hw/bsp/nrf/boards/$(BOARD)/nrf52840_s140_v6.ld