mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 13:08:10 +02: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 *udi;
|
||||||
char *physical_device_udi = NULL;
|
char *physical_device_udi = NULL;
|
||||||
char *pd_parent_udi = NULL;
|
char *pd_parent_udi = NULL;
|
||||||
char *description = NULL;
|
|
||||||
|
|
||||||
g_return_if_fail (NM_IS_DEVICE (device));
|
g_return_if_fail (NM_IS_DEVICE (device));
|
||||||
priv = NM_DEVICE_GET_PRIVATE (device);
|
priv = NM_DEVICE_GET_PRIVATE (device);
|
||||||
|
|
|
||||||
|
|
@ -459,8 +459,6 @@ dump_setting (gpointer key, gpointer value, gpointer user_data)
|
||||||
void
|
void
|
||||||
nm_connection_dump (NMConnection *connection)
|
nm_connection_dump (NMConnection *connection)
|
||||||
{
|
{
|
||||||
GHashTable *hash;
|
|
||||||
|
|
||||||
g_return_if_fail (NM_IS_CONNECTION (connection));
|
g_return_if_fail (NM_IS_CONNECTION (connection));
|
||||||
|
|
||||||
g_hash_table_foreach (NM_CONNECTION_GET_PRIVATE (connection)->settings, dump_setting, NULL);
|
g_hash_table_foreach (NM_CONNECTION_GET_PRIVATE (connection)->settings, dump_setting, NULL);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue