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: use of cast expressions as lvalues is deprecated


Shaun Jackman <sjackman@gmail.com> writes:

> Is there a -Wno-xxx option to disable "warning: use of cast
> expressions as lvalues is deprecated"?

No.  (Of course you can use -w to disable all warnings.)

> In general, how do I find the -Wno-xxx option for a given warning?

There is no general way.  Sorry.

Ian


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