This is the mail archive of the gcc@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: GCC warnings for unused global variables


On Thu, May 01, 2003 at 11:05:18AM -0700, Geoff Keating wrote:
> It is not, and has never been, the case that -Wall is a flag that
> always produces the same set of warnings on the same source code.
> Those who want to use -Wall and want to have no warnings have to
> realise that they will need to change their code with each new
> compiler release as the compiler is enhanced to detect new
> questionable constructs.  Such new warnings are not regressions, they
> are progressions.

While I agree with you in general, I do not in this specific case.


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