[MPlayer-cvslog] r27306 - trunk/gui/win32/gui.c
Uoti Urpala
uoti.urpala at pp1.inet.fi
Thu Jul 17 17:31:49 CEST 2008
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".
More information about the MPlayer-cvslog
mailing list