summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel413
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-09-20 03:18:33 +0000
committerjoerg <joerg@pkgsrc.org>2020-09-20 03:18:33 +0000
commitdedaff0763a0ca0ee9218718522fce95d9e43ec1 (patch)
treec2ffdc7a62bd061b4b61ccc93fb5d064782ef845 /sysutils/xenkernel413
parent64a62b7261e4b2175dfd5e0937acbfa27b446a26 (diff)
downloadpkgsrc-dedaff0763a0ca0ee9218718522fce95d9e43ec1.tar.gz
Code assumes sticky nature of #pragma pack, so ignore the clang warning.
Diffstat (limited to 'sysutils/xenkernel413')
-rw-r--r--sysutils/xenkernel413/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xenkernel413/Makefile b/sysutils/xenkernel413/Makefile
index 763779b6e6e..21a67878002 100644
--- a/sysutils/xenkernel413/Makefile
+++ b/sysutils/xenkernel413/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/08/27 13:44:53 bouyer Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/20 03:18:33 joerg Exp $
VERSION= 4.13.1
PKGREVISION= 1
@@ -43,7 +43,7 @@ EXTRA_CFLAGS+= -Qunused-arguments -no-integrated-as -Wno-error=format \
-Wno-error=ignored-attributes -Wno-error=constant-conversion \
-Wno-error=address-of-packed-member \
-Wno-error=initializer-overrides \
- -Wno-error=tautological-compare
+ -Wno-error=tautological-compare -Wno-error=pragma-pack
.elif !empty(PKGSRC_COMPILER:Mgcc)
EXTRA_CFLAGS+= -falign-functions=16
.endif