mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 07:40:08 +01:00
libnm-core: fix compile warning about unused-result
This commit is contained in:
parent
fdef81207f
commit
bc0c1247ee
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ verify (NMSetting *setting, GSList *all_settings, GError **error)
|
|||
|
||||
normerr_base_setting = nm_setting_verify (s_base, all_settings2, NULL);
|
||||
|
||||
(void) g_slist_delete_link (all_settings2, all_settings2);
|
||||
g_slist_free_1 (all_settings2);
|
||||
g_object_unref (s_base);
|
||||
|
||||
if (!normerr_base_setting) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue