pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xentools48 Don't care about potentially unali...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f13b86b311f6
branches: trunk
changeset: 364265:f13b86b311f6
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jun 22 16:09:53 2017 +0000
description:
Don't care about potentially unaligned access to packed structures.
diffstat:
sysutils/xentools48/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 81043c489229 -r f13b86b311f6 sysutils/xentools48/Makefile
--- a/sysutils/xentools48/Makefile Thu Jun 22 16:09:17 2017 +0000
+++ b/sysutils/xentools48/Makefile Thu Jun 22 16:09:53 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/04/13 13:08:34 bouyer Exp $
+# $NetBSD: Makefile,v 1.3 2017/06/22 16:09:53 joerg Exp $
#
VERSION= 4.8.0
VERSION_IPXE= 827dd1bfee67daa683935ce65316f7e0f057fe1c
@@ -281,7 +281,8 @@
-Wno-error=unused-const-variable \
-Wno-error=gnu-designator -Wno-error=uninitialized \
-Wno-error=parentheses-equality \
- -Wno-error=enum-conversion
+ -Wno-error=enum-conversion \
+ -Wno-error=address-of-packed-member
BUILDLINK_TRANSFORM+= rm:-falign-jumps=1 rm:-falign-loops=1 \
rm:-mpreferred-stack-boundary=2
.endif
Home |
Main Index |
Thread Index |
Old Index