jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b291d25dfcfcf55e09780c5ca46d9dc286b38bcb
commit b291d25dfcfcf55e09780c5ca46d9dc286b38bcb Author: Pawel Aksiutowicz <[email protected]> Date: Tue Nov 21 11:12:45 2017 +0900 elementary: removed warning from efl_ui_win Reviewers: stanluk, lukasz.stanislawski Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D5503 --- src/lib/elementary/efl_ui_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c index 7ad4eae842..9979ba9b47 100644 --- a/src/lib/elementary/efl_ui_win.c +++ b/src/lib/elementary/efl_ui_win.c @@ -6066,7 +6066,7 @@ _efl_ui_win_efl_gfx_size_hint_hint_aspect_set(Eo *obj EINA_UNUSED, Efl_Ui_Win_Da } EOLIAN static void -_efl_ui_win_efl_gfx_size_hint_hint_weight_set(Eo *obj EINA_UNUSED, Efl_Ui_Win_Data *pd, +_efl_ui_win_efl_gfx_size_hint_hint_weight_set(Eo *obj EINA_UNUSED, Efl_Ui_Win_Data *pd EINA_UNUSED, double w, double h) { efl_gfx_size_hint_weight_set(efl_super(obj, MY_CLASS), w, h); --
