Commit 14df9585 by Kelley Cook Committed by R. Kelley Cook

* Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.

From-SVN: r73139
parent a2ae4a3d
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.
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment