This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
A bug in __cxa_call_unexpected?
- To: gcc at gcc dot gnu dot org
- Subject: A bug in __cxa_call_unexpected?
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Tue, 10 Jul 2001 14:20:11 -0700
I saw this warning:
/home/hjl/work/gnu/src/gcc-3.0/gcc/libstdc++-v3/libsupc++/eh_personality.cc: In
function `void __cxa_call_unexpected(_Unwind_Exception*)':
/home/hjl/work/gnu/src/gcc-3.0/gcc/libstdc++-v3/libsupc++/eh_personality.cc:403: warning: new
declaration `void __cxa_call_unexpected(_Unwind_Exception*)'
/home/hjl/work/gnu/src/gcc-3.0/gcc/libstdc++-v3/libsupc++/eh_personality.cc:403: warning: ambiguates
built-in declaration `void __cxa_call_unexpected(void*)'
Should that be fixed?
H.J.