Un-ignore 'address-of-packed-member' warning.

This commit is contained in:
mikeller 2019-11-29 03:47:42 +13:00 committed by Michael Keller
parent 22fbb47a6a
commit 25daf48d3d
1 changed files with 1 additions and 2 deletions

View File

@ -239,8 +239,7 @@ CC_NO_OPTIMISATION :=
#
# Added after GCC version update, remove once the warnings have been fixed
#
TEMPORARY_FLAGS := -Wno-address-of-packed-member \
-Wno-absolute-value
TEMPORARY_FLAGS := -Wno-absolute-value
CFLAGS += $(ARCH_FLAGS) \
$(addprefix -D,$(OPTIONS)) \