This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Disable -Werror for tracebak.c and b_gnatb.c


This currently prevents bootstrap with Ada enabled.  Applied as
obvious.

zw

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

===================================================================
Index: ada/Make-lang.in
--- ada/Make-lang.in	9 Jan 2003 08:03:45 -0000	1.21
+++ ada/Make-lang.in	22 Jan 2003 07:29:15 -0000
@@ -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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]