summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-12-17 16:30:46 +0000
committerMark Wielaard <mark@klomp.org>2006-12-17 16:30:46 +0000
commitd5efd22f6adf34187f875618287762792f000e5f (patch)
tree90763eb1667134c6fad6f0141e0d88e683acac0a /examples
parentd314c97daf6f29bb4d6756ce05c98b8daa23b68c (diff)
downloadclasspath-d5efd22f6adf34187f875618287762792f000e5f.tar.gz
* examples/Makefile.am (JCOMPILER): Don't warn for deprecation,
serial, typeHiding, unchecked, unused and varargsCast. * tools/Makefile.am (JCOMPILER): Likewise.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 .