This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[patch] Ada bootstrap failure on i386-unknown-freebsd4.7
- From: Ritzert at t-online dot de
- To: gcc at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 24 Jan 2003 12:33:15 +0100 (CET)
- Subject: [patch] Ada bootstrap failure on i386-unknown-freebsd4.7
Hi all,
I needed this patch (attached to prevent the webmailer from messing up
the diff...) to bootstrap CVS HEAD on i386-unknown-freebsd4.7.
Without the patch I get:
/home/ritzert/gcc-HEAD/gcc/gcc/ada/adaint.c:2260: warning: function
declaration isn't a prototype
2003-01-24 Michael Ritzert <ritzert@t-online.de>
* adaint.c (convert_addresses): Add prototype.
Michael