This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/5026] __attribute__ ((unused) seems misdocumented
- From: "bh at techhouse dot brown dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Nov 2003 14:28:03 -0000
- Subject: [Bug c++/5026] __attribute__ ((unused) seems misdocumented
- References: <20011205204601.5026.bh@techhouse.brown.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5026
------- Additional Comments From bh at techhouse dot brown dot edu 2003-11-05 14:28 -------
Given that, how is the following wording:
@cindex @code{unused} attribute.
@item unused
This attribute suppresses the warning about a variable or function that is
not being used anywhere in its scope.