OSDN Git Service

* Make-lang.in (java/parse.o-warn): Remove.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jul 2008 23:53:44 +0000 (23:53 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jul 2008 23:53:44 +0000 (23:53 +0000)
(java/jcf-io.o-warn): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137604 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/Make-lang.in

index a8ae772..f0f57e7 100644 (file)
@@ -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.
index cab40af..6f0c417 100644 (file)
@@ -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 $@ \