pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/openjdk7 Ignore null returns in operator new impl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae13240c3dd8
branches:  trunk
changeset: 639359:ae13240c3dd8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 11 13:50:24 2014 +0000

description:
Ignore null returns in operator new implementations. They are generally
after aborts or asserts already.

diffstat:

 lang/openjdk7/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e27bfa976588 -r ae13240c3dd8 lang/openjdk7/Makefile
--- a/lang/openjdk7/Makefile    Thu Sep 11 13:49:06 2014 +0000
+++ b/lang/openjdk7/Makefile    Thu Sep 11 13:50:24 2014 +0000
@@ -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 @@
 _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



Home | Main Index | Thread Index | Old Index