[MPlayer-cvslog] r27306 - trunk/gui/win32/gui.c

Ivan Kalvachev ikalvachev at gmail.com
Thu Jul 17 18:38:28 CEST 2008


On Thu, Jul 17, 2008 at 6:31 PM, Uoti Urpala <uoti.urpala at pp1.inet.fi> wrote:
> On Thu, 2008-07-17 at 12:07 +0200, zuxy wrote:
>> Author: zuxy
>> Date: Thu Jul 17 12:07:21 2008
>> New Revision: 27306
>>
>> Log:
>> Force gcc to emit function body under -gnu99
>
>> -inline void startplay(gui_t *gui)
>> +__attribute__((gnu_inline)) inline void startplay(gui_t *gui)
>
> You should fix the problem instead of forcing GCC to use the nonstandard
> inline behavior even under -std=gnu99. In this case a simple fix would
> be making the function static and/or removing the "inline".

Remove the inline.
This function is never used directly and always called via pointer.



More information about the MPlayer-cvslog mailing list