pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xenkernel33 Don't bail out on unused local ty...
details: https://anonhg.NetBSD.org/pkgsrc/rev/62e547f6f376
branches: trunk
changeset: 639675:62e547f6f376
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Sep 22 11:55:59 2014 +0000
description:
Don't bail out on unused local typedefs.
diffstat:
sysutils/xenkernel33/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 5928bed1375e -r 62e547f6f376 sysutils/xenkernel33/Makefile
--- a/sysutils/xenkernel33/Makefile Mon Sep 22 11:55:37 2014 +0000
+++ b/sysutils/xenkernel33/Makefile Mon Sep 22 11:55:59 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:20 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2014/09/22 11:55:59 joerg Exp $
VERSION= 3.3.2
DISTNAME= xen-${VERSION}
@@ -50,7 +50,8 @@
.if !empty(PKGSRC_COMPILER:Mclang)
EXTRA_CFLAGS+= -Qunused-arguments -no-integrated-as -Wno-error=format \
-Wno-error=parentheses-equality -Wno-error=enum-conversion \
- -Wno-error=tautological-compare -Wno-error=unused-function
+ -Wno-error=tautological-compare -Wno-error=unused-function \
+ -Wno-error=unused-local-typedef
BUILDLINK_TRANSFORM+= rm:-fno-reorder-blocks
.endif
Home |
Main Index |
Thread Index |
Old Index