This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Filter for warning
- From: Sébastien Miguet <s_miguet at rambler dot ru>
- To: Jim Wilson <wilson at specifixinc dot com>,Sebastien dot Miguet at ecl2001 dot ec-lyon dot fr
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 22 Feb 2004 22:09:38 +0100
- Subject: Re: Filter for warning
- References: <200402172112.08602.s_miguet@rambler.ru> <40355818.9030805@specifixinc.com>
- Reply-to: smiguet at ec-lyon dot fr
Hello,
> This seems to be outside the goals of the gcc compiler. An tool like
> this might be useful as part of an IDE, bug gcc is just a compiler and
> libraries. We have no particular interest in tools for managing the
> compiler output.
You're right, but I'm working on a project with about 2,000 sources files.
I got too many warnings!
> Also, I would rather recommend that people fix their code to avoid
> warnings, than recommend a tool to manage large numbers of warnings.
That's what I am doing, by sending reports to the developpers with this tool.
It's easier than reading a log file!
But you're right: I will try to contact Kdevelop instead,
because this tool should be a part of an IDE.
Thank for the advice!
Sébastien