classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] disable ecj warnings


From: Thomas Fitzsimmons
Subject: [cp-patches] disable ecj warnings
Date: Sun, 14 Aug 2005 19:00:31 -0400

Hi,

I committed this.  The warning output from ecj was far too verbose.

Tom

2005-08-14  Thomas Fitzsimmons  <address@hidden>

        * lib/Makefile.am (JAVAC): Disable ecj warning output.

Index: lib/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/lib/Makefile.am,v
retrieving revision 1.98
diff -u -r1.98 Makefile.am
--- lib/Makefile.am     10 Aug 2005 22:37:27 -0000      1.98
+++ lib/Makefile.am     14 Aug 2005 22:31:04 -0000
@@ -29,7 +29,7 @@
 JAVAC = $(GCJX) -encoding UTF-8 -classpath .:$(USER_CLASSLIB) -d . @classes
 else
 if FOUND_ECJ
-JAVAC = $(ECJ) -encoding UTF-8 -warn:-deprecation,serial -proceedOnError 
-bootclasspath '' -classpath $(compile_classpath) -d . @classes
+JAVAC = $(ECJ) -encoding UTF-8 -warn:none -proceedOnError -bootclasspath '' 
-classpath $(compile_classpath) -d . @classes
 endif # FOUND_ECJ
 endif # FOUND_GCJX
 endif # FOUND_KJC






reply via email to

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