[MPlayer-dev-eng] [PATCH] trivial warning fix - inline keyword -
Alan Curry
pacman at theworld.com
Sat May 13 22:10:51 CEST 2006
Dominik 'Rathann' Mierzejewski writes the following:
>
>On Saturday, 13 May 2006 at 20:26, joerg at britannica.bec.de wrote:
>>
>> 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?
>
>I did s/INLINE/inline/g just to be sure. Still no warning.
It's a -W warning. You'll see it (and lots of other warnings) with
--enable-debug
More information about the MPlayer-dev-eng
mailing list