atspi: suppress warning message 83/141983/3 accepted/tizen/4.0/unified/20170816.011516 accepted/tizen/4.0/unified/20170816.014745 accepted/tizen/unified/20170804.025559 submit/tizen/20170803.051344 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 2 Aug 2017 06:51:25 +0000 (15:51 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 2 Aug 2017 11:09:24 +0000 (11:09 +0000)
commita1a0fd6c5725ff602e75d16a13619bd17d85880c
tree40ac421753cbb4947f104701b23b9b625a578c47
parent4efc635dc647d5e43a9e0170f41502a23438aeb5
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