[MPlayer-dev-eng] MNG support for MPlayer

Diego Biurrun diego at biurrun.de
Thu Sep 18 09:15:07 CEST 2008


On Thu, Sep 18, 2008 at 01:00:14AM +0300, Uoti Urpala wrote:
> On Wed, 2008-09-17 at 23:48 +0200, Diego Biurrun wrote:
> > On Wed, Sep 17, 2008 at 09:50:46AM +0200, Stefan Schuermans wrote:
> > > Uoti Urpala wrote:
> > > > Do you get warnings about those parameters without the attributes? If
> > > > so, with what compiler/flags? GCC 4.3 does not warn about unused
> > > > function parameters unless you use -Wunused-parameter or -Wextra, which
> > > > are not normally set by MPlayer.
> > > 
> > > I get those warnings due to the "-W" flag used after "configure 
> > > --enable-debug".
> > I guess that -Wnounused-parameter should be added then.  Anybody
> > against?
> 
> I think it should be added if -Wextra is used (and I think the option
> spelling should be changed from -W to -Wextra at the same time).

gcc 2.95 does not support -Wextra, just -W.

> Is there much reason for the warning flags to be different for debug
> builds?

I have always wondered myself.

The CFLAG handling is in for an overhaul.  Maybe this will finally
motivate me enough to do it...

Diego



More information about the MPlayer-dev-eng mailing list