1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Un-ignore the 'attribute' warning. (#9229)

Un-ignore the 'attribute' warning.
This commit is contained in:
Michael Keller 2019-11-29 03:40:57 +13:00 committed by GitHub
commit cf86671997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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