Warning fixes

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3083 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-11-13 21:03:37 +00:00
parent a2b0d04517
commit 29c735dca4
2 changed files with 0 additions and 3 deletions

View file

@ -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);

View file

@ -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);