all: drop unused variables
Keeps build with GCC 8 happy. mm-base-call.c:758:18: warning: variable 'response' set but not used [-Wunused-but-set-variable] mm-base-call.c:822:18: warning: variable 'response' set but not used [-Wunused-but-set-variable] mm-base-sms.c:908:18: warning: variable 'response' set but not used [-Wunused-but-set-variable] mm-sms-list.c:331:25: warning: variable 'ctx' set but not used [-Wunused-but-set-variable] mm-iface-modem-messaging.c:1210:21: warning: variable 'storage_ctx' set but not used [-Wunused-but-set-variable] huawei/mm-plugin-huawei.c:183:18: warning: variable 'response' set but not used [-Wunused-but-set-variable] ublox/mm-plugin-ublox.c:161:24: warning: variable 'response' set but not used [-Wunused-but-set-variable] ublox/mm-plugin-ublox.c:159:24: warning: variable 'ctx' set but not used [-Wunused-but-set-variable] icera/mm-modem-helpers-icera.c:218:25: warning: variable 'first_free' set but not used [-Wunused-but-set-variable] novatel/mm-common-novatel.c:50:18: warning: variable 'response' set but not used [-Wunused-but-set-variable]
This commit is contained in:

committed by
Aleksander Morgado

parent
5072db3418
commit
b39dd2ec05
@@ -1207,10 +1207,8 @@ init_current_storages_ready (MMIfaceModemMessaging *self,
|
||||
GTask *task)
|
||||
{
|
||||
InitializationContext *ctx;
|
||||
StorageContext *storage_ctx;
|
||||
GError *error = NULL;
|
||||
|
||||
storage_ctx = get_storage_context (self);
|
||||
if (!MM_IFACE_MODEM_MESSAGING_GET_INTERFACE (self)->init_current_storages_finish (
|
||||
self,
|
||||
res,
|
||||
|
Reference in New Issue
Block a user