From: junkyu Han Date: Mon, 11 Apr 2016 04:39:35 +0000 (+0900) Subject: Fixed warning error X-Git-Tag: submit/tizen/20160411.083353^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce20ff4e0d4b9f8231ae90577be252f8f335755c;p=apps%2Fnative%2Fboot-animation.git Fixed warning error Change-Id: I4419929b40083c78476c9d39ebc8ecf84e2afcc2 --- diff --git a/src/animation.c b/src/animation.c index faf101f..eaa8987 100644 --- a/src/animation.c +++ b/src/animation.c @@ -250,8 +250,6 @@ int init_animation(int state, const char *msg) _D("Init animation"); printf("Init animation\n"); - Ecore_Timer *timer = NULL; - s_animation.state = state; if (create_window() == EXIT_FAILURE) { diff --git a/src/boot.c b/src/boot.c index 8220e36..2502f5a 100644 --- a/src/boot.c +++ b/src/boot.c @@ -84,7 +84,6 @@ static int xready_cb(keynode_t * node, void *user_data) int argc; char **argv; int type = TYPE_UNKNOWN; - int clear_type = TYPE_UNKNOWN; int soundon = 1; /* default sound on */ struct args *args = user_data; char wav_path[256]; @@ -137,7 +136,6 @@ static int xready_cb(keynode_t * node, void *user_data) perror("strdup"); continue; case 'c': - clear_type = TYPE_CLEAR; continue; default: type = TYPE_UNKNOWN;