]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Make-lang.in (java/parse.o-warn): Remove.
authorTom Tromey <tromey@redhat.com>
Mon, 7 Jul 2008 23:53:44 +0000 (23:53 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 7 Jul 2008 23:53:44 +0000 (23:53 +0000)
* Make-lang.in (java/parse.o-warn): Remove.
(java/jcf-io.o-warn): Remove.

From-SVN: r137604

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

index a8ae772a66e1033bea6ca6c1d32fb2d9740a153d..f0f57e763906e27009308bd3e13990dd7d86db0b 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 cab40afb95924d48c87ea9b482efb284cbc17cad..6f0c4179f97b7d5227991b38da38a86384524ba1 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 $@ \