Commit 73fd898b by Tom Tromey Committed by Tom Tromey

Make-lang.in (java/parse.o-warn): Remove.

	* Make-lang.in (java/parse.o-warn): Remove.
	(java/jcf-io.o-warn): Remove.

From-SVN: r137604
parent e331b3e3
2008-07-06 Tom Tromey <tromey@redhat.com>
* Make-lang.in (java/parse.o-warn): Remove.
(java/jcf-io.o-warn): Remove.
2008-07-05 Tom Tromey <tromey@redhat.com>
* jcf-io.c: Don't include fnmatch.h. Don't use JCF_USE_SCANDIR.
......
......@@ -98,12 +98,6 @@ java-warn = $(STRICT_WARN)
# String length warnings
jvspec.o-warn = -Wno-error
# Bison-1.75 output often yields (harmless) -Wtraditional warnings
java/parse.o-warn = -Wno-error
# java/jcf-io.c contains a -Wc++compat warning.
java/jcf-io.o-warn = -Wno-error
jc1$(exeext): $(JAVA_OBJS) $(BACKEND) $(LIBDEPS) attribs.o
rm -f $@
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment