[MPlayer-dev-eng] [PATCH] trivial warning fix - inline keyword - libfaad2/ps_dec.c

joerg at britannica.bec.de joerg at britannica.bec.de
Sat May 13 20:26:12 CEST 2006


On Sat, May 13, 2006 at 08:12:43PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> On Friday, 05 May 2006 at 10:44, Pierre Lombard wrote:
> > Hi,
> > 
> > The patch attached fixes some gcc warnings.
> 
> What are the warnings? My GCC 4.0.2 doesn't generate any with or without this
> patch. Neither does GCC 4.1.0. And since this is an imported lib, I'm reluctant
> to apply this.

The warning is about the order of inline and return type. Since inline
is a storage class modifier, it should (must?) go before the return
type. May be INLINE is empty on your system?

Joerg




More information about the MPlayer-dev-eng mailing list