tui: add a (void) cast to avoid a coverity warning

This commit is contained in:
Dan Winship 2014-01-23 15:03:38 -05:00
parent a9f1d12178
commit 6c332f33aa

View file

@ -197,7 +197,7 @@ build_edit_connection (NMConnection *orig_connection)
/* FIXME: error handling */
secrets = nmt_sync_op_wait_pointer (&op, NULL);
if (secrets)
nm_connection_update_secrets (edit_connection, setting_name, secrets, NULL);
(void) nm_connection_update_secrets (edit_connection, setting_name, secrets, NULL);
}
g_hash_table_unref (settings);