V3 PATCH to fix warnings

Jason Merrill jason@redhat.com
Sun Nov 4 23:42:00 GMT 2001


This patch fixes the warnings I get when building the library, so that it
can build with -Werror.  The compiler expects these functions to take a
void*, and there's no need for them to do any different.

2001-11-18  Jason Merrill  <jason@redhat.com>

	* libsupc++/eh_personality.cc (__cxa_call_unexpected): Take void*.
	* libsupc++/eh_catch.cc (__cxa_begin_catch): Likewise.
	* libsupc++/unwind-cxx.h: Adjust.
	* src/Makefile.am (strstream.o): Pass -Wno-deprecated.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-patch
Size: 4727 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20011104/23021679/attachment.bin>


More information about the Libstdc++ mailing list