changeset in /hg/icedtea: Reduce ecj warnings.

Andrew John Hughes ahughes at redhat.com
Sat Jul 25 22:45:51 PDT 2009


changeset 4532857a1523 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=4532857a1523
description:
	Reduce ecj warnings.

	2009-07-26  Andrew John Hughes  <ahughes at redhat.com>

		* javac.in:
		Turn off more ecj warnings to reduce clutter.

diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog |    5 +++++
javac.in  |    2 +-

diffs (24 lines):

diff -r 7a7a1f3bff6c -r 4532857a1523 ChangeLog
--- a/ChangeLog	Sun Jul 26 05:45:29 2009 +0100
+++ b/ChangeLog	Sun Jul 26 06:47:36 2009 +0100
@@ -1,3 +1,8 @@ 2009-07-26  Andrew John Hughes  <ahughes
+2009-07-26  Andrew John Hughes  <ahughes at redhat.com>
+
+	* javac.in:
+	Turn off more ecj warnings to reduce clutter.
+
 2009-07-26  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/hotspot/default/icedtea-core-build.patch,
diff -r 7a7a1f3bff6c -r 4532857a1523 javac.in
--- a/javac.in	Sun Jul 26 05:45:29 2009 +0100
+++ b/javac.in	Sun Jul 26 06:47:36 2009 +0100
@@ -3,7 +3,7 @@ use constant NO_DUP_ARGS => qw(-source -
 use constant NO_DUP_ARGS => qw(-source -target -d -encoding);
 use constant STRIP_ARGS => qw(-Werror);
 
-my $ECJ_WARNINGS="-warn:-deprecation,serial,unusedImport";
+my $ECJ_WARNINGS="-warn:-deprecation,serial,unused,warningToken";
 my $JAVAC_WARNINGS="-Xlint:unchecked,cast,divzero,empty,finally,overrides";
 
 my @bcoption;



More information about the distro-pkg-dev mailing list