atspi: suppress warning message 93/166493/4
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 10 Jan 2018 10:45:42 +0000 (19:45 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 12 Jan 2018 07:50:29 +0000 (07:50 +0000)
commit8c67c746dadf8da178e897e04db9b03aa8cd0ad3
tree948fb4bf86919701ef22c257ba21a3d871be2d45
parent3c7b65adc70e4f4a323cc239d8ec15dbf815b941
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: If2ae976f9f86dfa98cc3f1578399df4e089e9018
src/lib/elementary/elm_genlist.c