tests: fix shadow variable build warning
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 22 Jul 2014 02:05:02 +0000 (11:05 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 22 Jul 2014 02:06:33 +0000 (11:06 +0900)
commitad04665d21b90065ba209c069c18139fff50039b
treeeca31b35cd0dfab79491330f935825c2184f9c3e
parent3542247e896784bec8f5a4fc127a06da4914d3e0
tests: fix shadow variable build warning

elm_test_clock.c:15:23: warning: declaration of ‘clock’ shadows a global declaration [-Wshadow]
elm_test_index.c:15:23: warning: declaration of ‘index’ shadows a global declaration [-Wshadow]
legacy/elementary/src/tests/elm_test_clock.c
legacy/elementary/src/tests/elm_test_index.c