1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

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

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