[MPlayer-dev-eng] [MPlayer-cvslog] [PATCH] GCC: Do not warn about unused paramters (was Re: r36
Hans-Dieter Kosch
hdkosch at kabelbw.de
Thu Feb 27 02:19:54 CET 2014
Ingo Brückl wrote:
> Well, if it were so easy, you wouldn't need compiler warnings at all.
> Actually, it often is just the warnings that point out to have a closer
> and harder look. I consider (as much) compiler warning options (as possible
> and reasonable) a valuable help. (Which is the reason why I'm using a few
> more locally.)
I fully agree. Pedantic compiler warnings often helped me to track down weired
issues. The more warnings enabled and the less warnings output, the more
reliable the result. I always feel uncomfortable compiling code with lots of
warnings, which seems to work anyway, though. IMHO, a close look at the source
is often easier than an extensive gdb session.
Hans-Dieter
More information about the MPlayer-dev-eng
mailing list