summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-09-11 13:50:24 +0000
committerjoerg <joerg@pkgsrc.org>2014-09-11 13:50:24 +0000
commit54dc376b8c878ae63af50ff84b5c1ac4f4463cbd (patch)
treed180ec6664936e67d99c26a62ca0217446d43812 /lang
parentbe35add035c7296edbc0c194d06f2895997c52ff (diff)
downloadpkgsrc-54dc376b8c878ae63af50ff84b5c1ac4f4463cbd.tar.gz
Ignore null returns in operator new implementations. They are generally
after aborts or asserts already.
Diffstat (limited to 'lang')
-rw-r--r--lang/openjdk7/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile
index 95ec2b06dca..05ccccea0de 100644
--- a/lang/openjdk7/Makefile
+++ b/lang/openjdk7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2014/08/03 19:28:41 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2014/09/11 13:50:24 joerg Exp $
DISTNAME= openjdk-1.7.65-20140719
PKGNAME= openjdk7-1.7.65
@@ -122,7 +122,7 @@ SUBST_SED.mapfix2= -e '/environ/d'
_WRAP_EXTRA_ARGS.CXX+= -Wno-parentheses -Wno-sign-conversion \
-Wno-shorten-64-to-32 -Wno-conversion \
-Wno-unused-value -Wno-switch-enum -Wno-switch \
- -Wno-tautological-compare \
+ -Wno-tautological-compare -Wno-new-returns-null \
-Wno-delete-non-virtual-dtor \
-Wno-return-type -Wno-unused-parameter \
-Wno-parentheses-equality -Wno-empty-body