OSDN Git Service

* Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2003 12:48:53 +0000 (12:48 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2003 12:48:53 +0000 (12:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73139 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 371c754..ef3f066 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 329c714..b720bbb 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: