tests: Initialize variables and quiet warning.

Summary: The switch does not cover all Align enum values.

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10085
This commit is contained in:
Lauro Moura 2019-09-23 15:27:49 -04:00 committed by Mike Blumenkrantz
parent 84dd06aa66
commit 5f5f62d6bd
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ verify_anchor(Eo *popup, Eo **align_buttons, Align align, Eina_Size2D *popup_sz)
else
anchor_geom = win_geom;
Evas_Coord x, y;
Evas_Coord x = 0, y = 0;
/* click the button to trigger changing the align on the popup
* this could be done manually, but we're trying to copy the elm_test case