[Bug libstdc++/11062] New: Please avoid __attribute__ ((unused))

richard.kreckel@ginac.de gcc-bugzilla@gcc.gnu.org
Mon Jun 2 11:40:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11062

           Summary: Please avoid __attribute__ ((unused))
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: richard.kreckel@ginac.de
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: mips-pc-linux-gnu
  GCC host triplet: mips-pc-linux-gnu
GCC target triplet: mips-pc-linux-gnu

Please use __attribute__ ((__unused__)) instead, since the plain 
spelling ((unused)) without underscores might conflict with otherwise
perfectly standard-complying sources that declare "unused" somehow.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Gcc-bugs mailing list