mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 01:40:39 +08:00
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
This commit is contained in:
parent
e331b3e342
commit
73fd898b68
@ -1,3 +1,8 @@
|
||||
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 $@ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user