add another new warning to ignore until it is fixed

This commit is contained in:
Steffen Windoffer 2019-10-24 18:52:23 +02:00 committed by mikeller
parent d216e18530
commit 1583cb8106
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ CFLAGS += $(ARCH_FLAGS) \
-Wno-stringop-truncation \ -Wno-stringop-truncation \
-Wno-attributes \ -Wno-attributes \
-Wno-cast-function-type \ -Wno-cast-function-type \
-Wno-stringop-overflow \
$(DEVICE_FLAGS) \ $(DEVICE_FLAGS) \
-D_GNU_SOURCE \ -D_GNU_SOURCE \
-DUSE_STDPERIPH_DRIVER \ -DUSE_STDPERIPH_DRIVER \