This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] : Compiling libstdc++ with warnings on
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 14 Dec 2005 23:33:18 -0600
- Subject: Re: [RFC] : Compiling libstdc++ with warnings on
- References: <43A064DB.1050904@cs.york.ac.uk>
> 1) There are a small number of bugs in the testsuite headers (all
> functions without a return statement which don't return void)
These should be fixed.
> 2) A large number of "unused variables" in various tests (easy to fix
> with the unused attribute).
Usually this is the bool test thing, but sometimes you can just
simplify or remove arguments, etc. More specifics would help here....
can you post a list from the test results?
-benjamin