Un-ignore the 'attribute' warning.
This commit is contained in:
parent
8cff785c70
commit
fd12a13b86
3
Makefile
3
Makefile
|
@ -239,8 +239,7 @@ CC_NO_OPTIMISATION :=
|
||||||
#
|
#
|
||||||
# Added after GCC version update, remove once the warnings have been fixed
|
# Added after GCC version update, remove once the warnings have been fixed
|
||||||
#
|
#
|
||||||
TEMPORARY_FLAGS := -Wno-attributes \
|
TEMPORARY_FLAGS := -Wno-cast-function-type \
|
||||||
-Wno-cast-function-type \
|
|
||||||
-Wno-address-of-packed-member \
|
-Wno-address-of-packed-member \
|
||||||
-Wno-absolute-value
|
-Wno-absolute-value
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue