mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 06:44:31 +08:00
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:
parent
38afe605ae
commit
a872940645
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user