tests: elm: remove wrong const for Eina_List
authorStefan Schmidt <stefan@osg.samsung.com>
Tue, 28 Jun 2016 09:32:46 +0000 (11:32 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 28 Jun 2016 09:35:40 +0000 (11:35 +0200)
commitde495bb5f4232d42c35d09e7142010d169a4b817
tree09a8b764b170e0dd426b02a3e0e22abb4de434a1
parent5262fe7b9902d894eec9a82021b50e9afeecaaf5
tests: elm: remove wrong const for Eina_List

We are assigning somethign new to this list so no chance for const here.

tests/elementary/elm_test_config.c: In function ‘_eina_list_string_has’:
tests/elementary/elm_test_config.c:174:11: warning: assignment discards ‘const’ qualifier from
pointer target type [-Wdiscarded-qualifiers]
    EINA_LIST_FOREACH(list, l, s)
src/tests/elementary/elm_test_config.c