aboutsummaryrefslogtreecommitdiff
path: root/Makefile.main
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-09-13 16:03:17 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-09-13 16:03:17 +1000
commit2485be65e1660a56e157ff3b067a80346b78bfd4 (patch)
tree4ee8835faf57800ec9a2bfb969756436e2897067 /Makefile.main
parent63ea33fb8fd05eb8dbe828753fe059e8b621d435 (diff)
downloadskiboot-2485be65e1660a56e157ff3b067a80346b78bfd4.zip
skiboot-2485be65e1660a56e157ff3b067a80346b78bfd4.tar.gz
skiboot-2485be65e1660a56e157ff3b067a80346b78bfd4.tar.bz2
clang: -Wno-error=ignored-attributes
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'Makefile.main')
-rw-r--r--Makefile.main3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.main b/Makefile.main
index 5776ac2..15c9067 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)