[Skiboot] [PATCH] clang: -Wno-error=ignored-attributes

Stewart Smith stewart at linux.ibm.com
Thu Sep 13 16:29:41 AEST 2018


Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
 Makefile.main | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.main b/Makefile.main
index 5776ac24b344..15c906752f6d 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -162,7 +162,8 @@ CFLAGS += -Wno-cast-align \
 	-Wno-unused-command-line-argument \
 	-Wno-unknown-warning-option \
 	-Wno-gnu-variable-sized-type-not-at-end \
-	-Wno-address-of-packed-member
+	-Wno-address-of-packed-member \
+	-Wno-error=ignored-attributes
 
 # pci_add_device_nodes is the largest, at 2048 with clang-7 (smaller with older
 # versions)
-- 
2.17.1



More information about the Skiboot mailing list