atspi: suppress warning message 84/141984/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 2 Aug 2017 06:51:25 +0000 (15:51 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 2 Aug 2017 11:00:19 +0000 (20:00 +0900)
commit4de86f89306a5356424bc87cde3066f1afafa0e5
tree5eff76adea464a73d6481d6b9271df07484372e9
parentedafcba62daaf74fdc64ffc4f7e42a4eaeba036f
atspi: suppress warning message

The following is warning message.

In function '_elm_genlist_elm_widget_screen_reader':
warning: declaration of 'l' shadows a previous local [-Wshadow]
              Eina_List *l;
                         ^
note: shadowed declaration is here
    Eina_List *l;

Change-Id: I8af5c5e4a49219bebccd2a51ddc0ddfc853f447f
src/lib/elm_genlist.c
src/mobile_lib/elm_genlist.c