* Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
authorKelley Cook <kcook@gcc.gnu.org>
Fri, 31 Oct 2003 12:48:53 +0000 (12:48 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Fri, 31 Oct 2003 12:48:53 +0000 (12:48 +0000)
From-SVN: r73139

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

index 371c754702a34b8a32357f6dc0f994a236b6b66c..ef3f0664927de583eb0b5cdd3b9924ab6cd27fcb 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
+
 2003-10-31  Andreas Schwab  <schwab@suse.de>
 
        * raise.c (get_action_description_for): Fix typo in last change.
index 329c714b0a5ea378dab078be841ce5235ffb2081..b720bbb77c32dbd712599322e7ca4bf4e0b40aeb 100644 (file)
@@ -81,6 +81,7 @@ ADA_FLAGS_TO_PASS = \
 ada-warn = $(ALL_ADA_CFLAGS) $(WERROR)
 # unresolved warnings in a couple of files
 ada/tracebak.o-warn = -Wno-error
+ada/b_gnat1.o-warn = -Wno-error
 ada/b_gnatb.o-warn = -Wno-error
 
 .adb.o: