fwin: prevent segv when the vaarg abi messup with unused parameter.

Quite a hack overall, but if you don't need those parameter, just put
nothing and it will work.

@fix T4112

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Al Poole 2016-07-15 09:16:28 -07:00 committed by Cedric Bail
parent 248fa6d1e6
commit 382fe30688
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ _e_fwin_new(const char *dev,
}
static Eina_Bool
_e_fwin_icon_popup_handler(void *data, ...)
_e_fwin_icon_popup_handler(void *data)
{
E_Fwin *fwin = data;