pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils
Module Name: pkgsrc
Committed By: joerg
Date: Tue Feb 14 21:36:15 UTC 2017
Modified Files:
pkgsrc/sysutils/xenkernel42: Makefile
pkgsrc/sysutils/xenkernel45: Makefile
pkgsrc/sysutils/xentools42: Makefile
pkgsrc/sysutils/xentools45: Makefile
Log Message:
Ignore a couple more warnings when building with clang.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/xenkernel42/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/xenkernel45/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/sysutils/xentools42/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/xentools45/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/xenkernel42/Makefile
diff -u pkgsrc/sysutils/xenkernel42/Makefile:1.27 pkgsrc/sysutils/xenkernel42/Makefile:1.28
--- pkgsrc/sysutils/xenkernel42/Makefile:1.27 Sun Jan 1 14:43:58 2017
+++ pkgsrc/sysutils/xenkernel42/Makefile Tue Feb 14 21:36:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:58 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2017/02/14 21:36:15 joerg Exp $
VERSION= 4.2.5
DISTNAME= xen-${VERSION}
@@ -34,7 +34,10 @@ MESSAGE_SUBST+= XENKERNELDIR=${XENKERNE
EXTRA_CFLAGS+= -Qunused-arguments -no-integrated-as -Wno-error=format \
-Wno-error=parentheses-equality -Wno-error=enum-conversion \
-Wno-error=unused-function -Wno-error=unused-const-variable \
- -Wno-error=pointer-bool-conversion
+ -Wno-error=pointer-bool-conversion \
+ -Wno-error=constant-conversion \
+ -Wno-error=address-of-packed-member \
+ -Wno-error=tautological-compare
.endif
MAKE_ENV+= EXTRA_CFLAGS=${EXTRA_CFLAGS:Q}
Index: pkgsrc/sysutils/xenkernel45/Makefile
diff -u pkgsrc/sysutils/xenkernel45/Makefile:1.27 pkgsrc/sysutils/xenkernel45/Makefile:1.28
--- pkgsrc/sysutils/xenkernel45/Makefile:1.27 Sun Jan 1 14:43:58 2017
+++ pkgsrc/sysutils/xenkernel45/Makefile Tue Feb 14 21:36:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/01/01 14:43:58 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2017/02/14 21:36:15 joerg Exp $
VERSION= 4.5.5
DISTNAME= xen-${VERSION}
@@ -34,7 +34,9 @@ MESSAGE_SUBST+= XENKERNELDIR=${XENKERNE
EXTRA_CFLAGS+= -Qunused-arguments -no-integrated-as -Wno-error=format \
-Wno-error=parentheses-equality -Wno-error=enum-conversion \
-Wno-error=unused-function -Wno-error=unused-const-variable \
- -Wno-error=ignored-attributes -Wno-error=initializer-overrides
+ -Wno-error=ignored-attributes -Wno-error=initializer-overrides \
+ -Wno-error=constant-conversion \
+ -Wno-error=address-of-packed-member
.endif
.if !empty(PKGSRC_COMPILER:Mgcc) && empty(CC_VERSION:Mgcc-[1-4].*)
EXTRA_CFLAGS+= -Wno-error=maybe-uninitialized
Index: pkgsrc/sysutils/xentools42/Makefile
diff -u pkgsrc/sysutils/xentools42/Makefile:1.55 pkgsrc/sysutils/xentools42/Makefile:1.56
--- pkgsrc/sysutils/xentools42/Makefile:1.55 Tue Jan 3 19:00:56 2017
+++ pkgsrc/sysutils/xentools42/Makefile Tue Feb 14 21:36:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2017/01/03 19:00:56 roy Exp $
+# $NetBSD: Makefile,v 1.56 2017/02/14 21:36:15 joerg Exp $
VERSION= 4.2.5
VERSION_IPXE= 1.0.0
@@ -251,7 +251,8 @@ EXTRA_CFLAGS+= -Wno-error=ignored-attrib
-Wno-error=unused-function -Wno-error=format \
-Wno-error=unused-const-variable \
-Wno-error=gnu-designator -Wno-error=uninitialized \
- -Wno-error=parentheses-equality -Wno-error=enum-conversion
+ -Wno-error=parentheses-equality -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
Index: pkgsrc/sysutils/xentools45/Makefile
diff -u pkgsrc/sysutils/xentools45/Makefile:1.45 pkgsrc/sysutils/xentools45/Makefile:1.46
--- pkgsrc/sysutils/xentools45/Makefile:1.45 Tue Jan 3 19:01:41 2017
+++ pkgsrc/sysutils/xentools45/Makefile Tue Feb 14 21:36:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2017/01/03 19:01:41 roy Exp $
+# $NetBSD: Makefile,v 1.46 2017/02/14 21:36:15 joerg Exp $
VERSION= 4.5.5
PKGREVISION= 3
@@ -213,7 +213,8 @@ EXTRA_CFLAGS+= -Wno-error=ignored-attrib
-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