This is the mail archive of the gcc-help@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]

Re: warn about usage of deprecated features


John Love-Jensen writes:

 > The best way to suppress those kinds of warnings is to fix the code so as
 > not to use cast expressions as lvalues.

Definitely.  Lvalue casts are are totally broken, and they're usually
quite easy to fix.

Andrew.


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