From d5efd22f6adf34187f875618287762792f000e5f Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 17 Dec 2006 16:30:46 +0000 Subject: * examples/Makefile.am (JCOMPILER): Don't warn for deprecation, serial, typeHiding, unchecked, unused and varargsCast. * tools/Makefile.am (JCOMPILER): Likewise. --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index d5eaa00f7..4e61fcef5 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,7 +9,7 @@ GLIBJ_CLASSPATH='$(top_builddir)/lib':'$(top_builddir)/lib/glibj.zip':'$(top_bui #JCOMPILER = $(JIKES) -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_builddir)/lib:. #else if FOUND_ECJ -JCOMPILER = $(ECJ) -1.5 -encoding UTF-8 -bootclasspath $(GLIBJ_CLASSPATH) -classpath . +JCOMPILER = $(ECJ) -1.5 -encoding UTF-8 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -bootclasspath $(GLIBJ_CLASSPATH) -classpath . else if FOUND_JAVAC JCOMPILER = $(JAVAC) -encoding UTF-8 -bootclasspath $(GLIBJ_CLASSPATH) -classpath . -- cgit v1.2.1