pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xenkernel413 Code assumes sticky nature of #p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b03103a672b6
branches: trunk
changeset: 439444:b03103a672b6
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Sep 20 03:18:33 2020 +0000
description:
Code assumes sticky nature of #pragma pack, so ignore the clang warning.
diffstat:
sysutils/xenkernel413/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5410fa41e73f -r b03103a672b6 sysutils/xenkernel413/Makefile
--- a/sysutils/xenkernel413/Makefile Sun Sep 20 03:17:40 2020 +0000
+++ b/sysutils/xenkernel413/Makefile Sun Sep 20 03:18:33 2020 +0000
@@ -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 @@
-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
Home |
Main Index |
Thread Index |
Old Index