clean up warning, msp430 gcc 8.3 fixed the library lto issue

This commit is contained in:
hathach
2019-10-29 16:21:31 +07:00
parent 4e8c57171c
commit de333a6f18
2 changed files with 2 additions and 6 deletions

View File

@@ -77,10 +77,6 @@ CFLAGS += \
-ffunction-sections \
-fdata-sections
ifneq ($(BOARD), msp_exp430f5529lp)
CFLAGS += -Wno-error=lto-type-mismatch
endif
# This causes lots of warning with nrf5x build due to nrfx code
# CFLAGS += -Wcast-align