This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/25880] suggestion: a special warning for discarding the ``const'' qualifier



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-20 16:04 -------
Patches should go to gcc-patches@gcc.gnu.org.  

The correct quoting style is "%<const%>"  as %< and %> gets translated to the
corect quote for the person.

You might just say all the Quals which are discarded, there are only 3,
restrict, const and volatile.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |diagnostic
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-20 16:04:23
               date|                            |


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


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