This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH ping: silence warning in eh_call.cc
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Ben Elliston <bje at au1 dot ibm dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 1 Sep 2005 12:46:09 -0500
- Subject: Re: PATCH ping: silence warning in eh_call.cc
- References: <42F2BA3F.4090905@au.ibm.com>
> http://gcc.gnu.org/ml/libstdc++/2005-07/msg00037.html
I get this warning:
/libsupc++/eh_call.cc -fPIC -DPIC -o eh_call.o
/mnt/hd/src/gcc/libstdc++-v3/../gcc/unwind-pe.h:74: warning: 'unsigned int size_of_encoded_value(unsigned char)' defined but not used
I think you should fix this in unwind-pe.h.
-benjamin