From: Michal Pawluk Date: Sun, 31 Jan 2016 18:36:29 +0000 (+0100) Subject: [processing:downloading] warnings removed X-Git-Tag: submit/tizen_app/20160312.111153~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F58408%2F2;p=apps%2Fcore%2Fpreloaded%2Findicator-win.git [processing:downloading] warnings removed Change-Id: Icdc117b838d34d241f63910dd47ab319ce4d4f71 --- diff --git a/src/modules/processing/downloading.c b/src/modules/processing/downloading.c index e7bb37a..ced3990 100644 --- a/src/modules/processing/downloading.c +++ b/src/modules/processing/downloading.c @@ -116,7 +116,7 @@ static void hide_downloading_icon(void) static void indicator_downloading_change_cb(keynode_t *node, void *data) { - int status = 0; + /*int status = 0;*/ int result = 0; retif(data == NULL, , "Invalid parameter!");