To prevent this kind of error:
/org.tizen.settings-0.2/src/common/utils.c:355:2: error:
'first_btn' may be used uninitialized in this function [-Werror=maybe-uninitialized]
elm_object_focus_next_object_set(btn, first_btn, ELM_FOCUS_DOWN);
Change-Id: If3ab4486ddc64474c3d8bf39f29ea25e99cbdaf4
Signed-off-by: Denis Khalikov <d.khalikov@partner.samsung.com>
const char **opt_text, void *opt_handler, void *data, int selected)
{
Evas_Object *ctx_popup, *box, *btn, *first_btn;
+ first_btn = NULL;
int i;
if (!parent || opt_size <= 0 || !opt_text) {