From fd12a13b86f66b95f5f5d2f7c3da3cd90bbad36b Mon Sep 17 00:00:00 2001 From: mikeller Date: Tue, 26 Nov 2019 07:29:07 +1300 Subject: [PATCH] Un-ignore the 'attribute' warning. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 68d8f4a96..f4c20b8e2 100644 --- a/Makefile +++ b/Makefile @@ -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