This is the mail archive of the gcc@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]

A bug in __cxa_call_unexpected?


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.


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