Un-ignore the 'attribute' warning.

This commit is contained in:
mikeller 2019-11-26 07:29:07 +13:00 committed by Michael Keller
parent 8cff785c70
commit fd12a13b86
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-attributes \
-Wno-cast-function-type \
TEMPORARY_FLAGS := -Wno-cast-function-type \
-Wno-address-of-packed-member \
-Wno-absolute-value