This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Exception warning appeared recently


Hi guys,

After updating gcc from CVS a couple of days ago I started getting the
following warning everywhere in my code:

/usr/local/include/g++-v3/bits/stl_alloc.h: In method
   `std::exception::exception(const std::exception&)':
/usr/local/include/g++-v3/exception:41: warning: unused parameter `const
   std::exception&_ctor_arg'

I have been using a CVS version of gcc from about a month back without
ever seeing it before.

I configured with  --prefix=/usr/local --enable-threads=posix on a
Debian Linux box with glibc v 2.2.2. gcc --version gives 3.1

I compile everything with -W -Wall.

Any indicators much appreciated

Cheers

Jan
--
Jan Nielsen
Revicon Srl, Via G.T.Invrea 14/2, 16129 Genova, Italy
Phone: +39 010 530 3700 Fax: +39 010 5760224
E-mail: nielsen@revicon.com


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