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]

Patch 3.3 gcc/unwind.h warning removal.


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 *);
+

 /* The personality routine is the function in the C++ (or other language)
    runtime library which serves as an interface between the system unwind


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