[MPlayer-cvslog] r27306 - trunk/gui/win32/gui.c
Zuxy Meng
zuxy.meng at gmail.com
Fri Jul 18 10:26:50 CEST 2008
"Ivan Kalvachev" <ikalvachev at gmail.com> 写入消息新闻:219e947f0807170938u9b90fdm82b617c2eefe1ddb at mail.gmail.com...
> 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.
Done.
--
Zuxy
More information about the MPlayer-cvslog
mailing list