ecore_wl2: silence gcc warning.

Code is correct, but gcc can not follow the branch if and believe it
is worth triggering a warning.
This commit is contained in:
Cedric BAIL 2017-06-05 11:51:21 -07:00
parent e83914d496
commit 183c45d35a
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ static void
data_source_event_emit(Ecore_Wl2_Input *input, int event, Eina_Bool cancel)
{
struct _Ecore_Wl2_Event_Data_Source_Event *ev;
Ecore_Wl2_Event_Data_Source_End *ev2;
Ecore_Wl2_Event_Data_Source_End *ev2 = NULL;
if (event == ECORE_WL2_EVENT_DATA_SOURCE_END)
{