From 46329dddf49af7a60e04d26c550c5919bbda9909 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 8 Jul 2020 21:02:09 +0200 Subject: Remove warning about assigned value is never used reported by cppcheck --- mateweather/mateweather-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mateweather') diff --git a/mateweather/mateweather-dialog.c b/mateweather/mateweather-dialog.c index b84f94c8..e8ff29ae 100644 --- a/mateweather/mateweather-dialog.c +++ b/mateweather/mateweather-dialog.c @@ -115,7 +115,7 @@ static void link_cb(GtkButton* button, gpointer data) static gchar* replace_multiple_new_lines(gchar* s) { gchar *prev_s = s; - gint count = 0; + gint count; gint i; if (s == NULL) { -- cgit v1.2.1