diff options
author | joerg <joerg@pkgsrc.org> | 2017-02-14 21:36:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-02-14 21:36:15 +0000 |
commit | b8d866a3acd623a30689a06482fa99ee0e329213 (patch) | |
tree | 026cd4e2f46baa2fb862fa59ce0fd44d105f7d6e /sysutils/xenkernel45 | |
parent | 43939851ea12f2feaf6b6f824c0eb4e14133085c (diff) | |
download | pkgsrc-b8d866a3acd623a30689a06482fa99ee0e329213.tar.gz |
Ignore a couple more warnings when building with clang.
Diffstat (limited to 'sysutils/xenkernel45')
-rw-r--r-- | sysutils/xenkernel45/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/xenkernel45/Makefile b/sysutils/xenkernel45/Makefile index 2333c63915d..f3cb801c35e 100644 --- a/sysutils/xenkernel45/Makefile +++ b/sysutils/xenkernel45/Makefile @@ -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=${XENKERNELDIR} 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 |