This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13482] -Wall -W and -Wunused do not behave as documented
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Dec 2003 18:16:58 -0000
- Subject: [Bug c++/13482] -Wall -W and -Wunused do not behave as documented
- References: <20031223205018.13482.boris@kolpackov.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-24 18:16 -------
Confirmed.
For some reason -Wunused is not turning on -Wunused-parameter, if I use -Wunused-parameter,
GCC will warn about it.
Also exceptions variables are used always so GCC does not know that they are unused by the user.
This is not a regression.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |diagnostic
Last reconfirmed|0000-00-00 00:00:00 |2003-12-24 18:16:57
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13482