From c5c0919ec2a342694c23310b763acc51b9423a64 Mon Sep 17 00:00:00 2001 From: Michal Pawluk Date: Sun, 31 Jan 2016 19:36:29 +0100 Subject: [PATCH] [processing:downloading] warnings removed Change-Id: Icdc117b838d34d241f63910dd47ab319ce4d4f71 --- src/modules/processing/downloading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); -- 2.7.4