This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the EGCS project.
Re: warning in ios destructor in streambuf.h
- To: V Lakshman <lakshmanok@netscape.net>
- Subject: Re: warning in ios destructor in streambuf.h
- From: Mumit Khan <khan@xraylith.wisc.EDU>
- Date: Fri, 30 Jul 1999 16:11:43 -0500
- cc: bugs EGCS <gcc-bugs@gcc.gnu.org>, V L <lakshman@nssl.noaa.gov>
V Lakshman <lakshmanok@netscape.net> writes:
> Please send email to this newsgroup or to lakshman@nssl.noaa.gov,
> not to netscape.net
>
> using gcc 2.95 (July 28)
>
> In file included from /usr/test/include/g++/iostream.h:31,
> from /usr/test/include/g++/stl_algobase.h:53,
> from /usr/test/include/g++/vector:30,
> from ../wdssii/code_Buffer.h:5,
> from ../wdssii/code_Formatter.h:4,
> from code_Formatter.cc:1:
> /usr/test/include/g++/streambuf.h: In method `ios::~ios()':
> /usr/test/include/g++/streambuf.h:485: warning: `void *' is not a
> pointer-to-object type
Very odd, considering gcc-2.95 installs the C++ include files in
<prefix>/include/g++-3 (it was originally g++-2), NOT
<prefix>/include/g++, as egcs-1.1.x or gcc-2.8.x did.
Please check that you've installed it correctly. While you're at
it, please check the FAQ on how to submit bug reports. At the very
least, please include the output of the compiler with -v option
set.
Regards,
Mumit