Hi list,

In my big locale patch I accidentally commited a part to shut up jikes'
warnings. I revert this with this patch.


Michael


2005-05-19  Michael Koch  <[EMAIL PROTECTED]>

        * lib/Makefile.am: Remove accidentally commited -nowarn option for
        jikes.

Index: lib/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/lib/Makefile.am,v
retrieving revision 1.81
diff -u -r1.81 Makefile.am
--- lib/Makefile.am     19 May 2005 06:45:04 -0000      1.81
+++ lib/Makefile.am     19 May 2005 06:50:15 -0000
@@ -18,7 +18,7 @@
 && $(GCJ) -Wno-deprecated --bootclasspath '' --classpath $(compile_classpath) 
-C -d . @classes.standardx
 else
 if FOUND_JIKES
-JAVAC = $(JIKES) -nowarn +Pno-shadow +F -bootclasspath '' -extdirs '' 
-sourcepath '' --classpath $(compile_classpath) -d . @classes
+JAVAC = $(JIKES) +Pno-shadow +F -bootclasspath '' -extdirs '' -sourcepath '' 
--classpath $(compile_classpath) -d . @classes
 else
 if FOUND_KJC
 JAVAC = $(KJC) -classpath .:$(USER_CLASSLIB) -d . @classes
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to