From 421b5e48e04ae2aeb88bde55dcbfbf2501af9b7f Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 24 Dec 2018 15:53:37 +0100 Subject: ublox,helpers: remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ublox/mm-modem-helpers-ublox.c:1291:14: error: unused variable ‘found’ [-Werror=unused-variable] gboolean found; ^~~~~ --- plugins/ublox/mm-modem-helpers-ublox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/ublox/mm-modem-helpers-ublox.c b/plugins/ublox/mm-modem-helpers-ublox.c index 662a19bd4..1fc598bf0 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.c +++ b/plugins/ublox/mm-modem-helpers-ublox.c @@ -1286,7 +1286,6 @@ mm_ublox_build_ubandsel_set_command (GArray *bands, GString *command = NULL; GArray *ubandsel_nums; guint num; - gboolean found; guint i, j, k; if (bands->len == 1 && g_array_index (bands, MMModemBand, 0) == MM_MODEM_BAND_ANY) -- cgit v1.2.1