Commit a8729406 by Zack Weinberg Committed by Zack Weinberg

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
parent 38afe605
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.
......
......@@ -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)
......
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