Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.

* ada/Make-lang.in: Disable -Werror for tracebak.c and
	b_gnatb.c.

From-SVN: r61587
This commit is contained in:
Zack Weinberg 2003-01-22 07:30:22 +00:00 committed by Zack Weinberg
parent 38afe605ae
commit a872940645
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-01-21 Zack Weinberg <zack@codesourcery.com>
* ada/Make-lang.in: Disable -Werror for tracebak.c and
b_gnatb.c.
2003-01-09 Geoffrey Keating <geoffk@apple.com>
* gnat_rm.texi: Remove RCS version number.

View File

@ -84,6 +84,9 @@ ADA_FLAGS_TO_PASS = \
# FIXME: need to add $(ALL_ADA_CFLAGS) to .c.o suffix rule
# Use loose warnings for this front end, but add some special flags
ada-warn = $(ALL_ADA_CFLAGS)
# unresolved warnings in a couple of files
ada/tracebak.o-warn = -Wno-error
ada/b_gnatb.o-warn = -Wno-error
.adb.o:
$(ADAC) -c $(ALL_ADAFLAGS) $(ADA_INCLUDES) $< $(OUTPUT_OPTION)