classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] [generics] Disable some ecj warnings


From: Mark Wielaard
Subject: Re: [cp-patches] [generics] Disable some ecj warnings
Date: Wed, 02 Nov 2005 22:21:22 +0100

Hi,

On Wed, 2005-11-02 at 21:29 +0100, Mark Wielaard wrote:
> We discussed the 2000+ warning on the generics branch on irc and
> concluded that it is better for our first public generics release to
> have not that many warnings visible. After the release we can remove the
> flags one by one and fix the warnings. It also sets the version so that
> it is clear that this is the generics branch.

I also committed this to the trunk to keep the builds a bit more in
sync.

2005-11-02  Mark Wielaard  <address@hidden>

    * lib/Makefile.am: Add typeHiding, unchecked, unused and varargsCast
    to ECJ compile warning rule.

Committed,

Mark

diff -u -r1.103 Makefile.am
--- lib/Makefile.am     23 Oct 2005 16:59:07 -0000      1.103
+++ lib/Makefile.am     2 Nov 2005 21:20:28 -0000
@@ -29,7 +29,7 @@
 JAVAC = $(GCJX) -encoding UTF-8 -classpath .:$(USER_CLASSLIB) -d . @classes
 else
 if FOUND_ECJ
-JAVAC = $(ECJ) -source 1.4 -encoding UTF-8 -warn:none -proceedOnError 
-bootclasspath '' -classpath $(compile_classpath) -d . @classes
+JAVAC = $(ECJ) -source 1.4 -encoding UTF-8 
-warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast 
-proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes
 endif # FOUND_ECJ
 endif # FOUND_GCJX
 endif # FOUND_KJC

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]