mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-22 09:10:37 +01:00
Warning fixes
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3083 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
a2b0d04517
commit
29c735dca4
2 changed files with 0 additions and 3 deletions
|
|
@ -340,7 +340,6 @@ nm_device_update_description (NMDevice *device)
|
|||
char *udi;
|
||||
char *physical_device_udi = NULL;
|
||||
char *pd_parent_udi = NULL;
|
||||
char *description = NULL;
|
||||
|
||||
g_return_if_fail (NM_IS_DEVICE (device));
|
||||
priv = NM_DEVICE_GET_PRIVATE (device);
|
||||
|
|
|
|||
|
|
@ -459,8 +459,6 @@ dump_setting (gpointer key, gpointer value, gpointer user_data)
|
|||
void
|
||||
nm_connection_dump (NMConnection *connection)
|
||||
{
|
||||
GHashTable *hash;
|
||||
|
||||
g_return_if_fail (NM_IS_CONNECTION (connection));
|
||||
|
||||
g_hash_table_foreach (NM_CONNECTION_GET_PRIVATE (connection)->settings, dump_setting, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue