Re: How to dump all the warning/error messages list from gcc compiler?

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

 



On Fri, Nov 16, 2012 at 11:43 AM, Xiaopi Liu <liuxiaopi349@xxxxxxxxx> wrote:
> Is it possible to dump all the compiler supported warning/error
> messages list for gcc?

There is no simple way to do this, no.

You can grep the source code for "warning (" and "error (" and
warning_at and error_at.

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