clock: Fixed warning messages related to local variable named "pause".
authorAmitesh Singh <singh.amitesh@gmail.com>
Thu, 26 Dec 2013 05:27:32 +0000 (14:27 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 26 Dec 2013 05:27:57 +0000 (14:27 +0900)
commitd2c3a63ec5055409ed27d3c77ad3536ad2f1b98e
tree4c5fc05ecb16a3cfaf71999b4491f9ec8c1415d7
parent43c19a1fd33dfd5cf3d96d11484b6204ecf8286c
clock: Fixed warning messages related to local variable named "pause".

Summary:
Fixed the warning message.

elm_clock.c: In function 'elm_clock_pause_set':
elm_clock.c:1082:49: warning: declaration of 'pause' shadows a global declaration [-Wshadow]
elm_clock.c: In function '_pause_set':
elm_clock.c:1091:14: warning: declaration of 'pause' shadows a global declaration [-Wshadow]

Reviewers: seoz

CC: nirajkr
Differential Revision: https://phab.enlightenment.org/D403
legacy/elementary/src/lib/elm_clock.c