This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch 3.3 gcc/unwind.h warning removal.
- From: Andrew Haley <aph at redhat dot com>
- To: rbrown64 at csc dot com dot au
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 27 Nov 2002 10:36:03 +0000 (GMT)
- Subject: Patch 3.3 gcc/unwind.h warning removal.
- References: <OFE00A3618.14A071F8-ONCA256C7E.0026C85C@int.csc.com.au>
rbrown64@csc.com.au writes:
> Remove the following warning from the 3.3 1125 snapshot build.
> (No CVS write access).
>
> 1125/gcc/unwind-dw2.c:207: \
> warning: no previous prototype for `_Unwind_Find_Enclosing_Function'
>
> 2002-11-27 Rodney Brown <rbrown64@csc.com.au>
> * unwind.h: Prototype _Unwind_Find_Enclosing_Function.
>
> --- unwind.h.orig Fri Aug 16 04:01:30 2002
> +++ unwind.h Wed Nov 27 12:43:52 2002
> @@ -135,6 +135,8 @@
>
> extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
>
> +extern void *_Unwind_Find_Enclosing_Function (void *);
> +
It's already in.
Thanks,
Andrew.