Re: Turning off deprecated warnings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Brian McGrew <brian@xxxxxxxxxxxxx> writes:

> How do I turn off the 'deprecated conversion from string constant to char *'
> warning???
>
> I've searched all over and tried all sorts of -W options and I can't get rid
> of it.  Right now I'm just trying to get a huge codebase to compile with
> gcc-4.4.0.  I'll go back and fix warnings later, but this one warning is
> making it real hard to find anything else in my log files.

-Wno-write-strings

You can typically find the answer to such questions by using
-fdiagnostics-show-option.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux