From 241e57775359bc55738cb56b044ba4cc9056eba5 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 3 Jul 2019 23:41:33 +1000 Subject: [PATCH] stm32/Makefile: Remove Wno-attributes for ll_usb HAL file. This HAL file is now patched so it doesn't have these warnings. --- ports/stm32/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/stm32/Makefile b/ports/stm32/Makefile index 153ea44626..45d4653dba 100644 --- a/ports/stm32/Makefile +++ b/ports/stm32/Makefile @@ -319,7 +319,6 @@ SRC_HAL = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\ ) ifeq ($(MCU_SERIES),$(filter $(MCU_SERIES),f4 f7 h7 l4)) -$(BUILD)/$(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_ll_usb.o: CFLAGS += -Wno-attributes SRC_HAL += $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\ hal_sd.c \ ll_sdmmc.c \