pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk7 Restore status quo for clang breakge by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66607644ffea
branches:  trunk
changeset: 603359:66607644ffea
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 04 16:25:59 2012 +0000

description:
Restore status quo for clang breakge by disabling another bunch of
warnings.

diffstat:

 lang/openjdk7/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r a12f613c2ca6 -r 66607644ffea lang/openjdk7/Makefile
--- a/lang/openjdk7/Makefile    Fri May 04 16:23:20 2012 +0000
+++ b/lang/openjdk7/Makefile    Fri May 04 16:25:59 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2012/05/04 11:00:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2012/05/04 16:25:59 joerg Exp $
 
 DISTNAME=      openjdk-7-fcs-src-b147-27_jun_2011
 PKGNAME=       openjdk7-1.7.0.147.20110811
@@ -80,11 +80,11 @@
 .if !empty(PKGSRC_COMPILER:Mclang)
 _WRAP_EXTRA_ARGS.CXX+= -Wno-parentheses -Wno-sign-conversion \
                        -Wno-shorten-64-to-32 -Wno-conversion \
-                       -Wno-unused-value -Wno-switch-enum \
+                       -Wno-unused-value -Wno-switch-enum -Wno-switch \
                        -Wno-tautological-compare \
                        -Wno-delete-non-virtual-dtor \
                        -Wno-return-type -Wno-unused-parameter \
-                       -Wno-parentheses-equality
+                       -Wno-parentheses-equality -Wno-empty-body
 .endif
 .include "bootstrap.mk"
 .include "icedtea-extras.mk"



Home | Main Index | Thread Index | Old Index