Squash compiler warning

This commit is contained in:
Denis Kenzior 2009-09-02 17:37:28 -05:00
parent f36e764c43
commit 76b6e52d40
1 changed files with 2 additions and 0 deletions

View File

@ -951,6 +951,8 @@ static int set_modem_property(struct ofono_modem *modem, const char *name,
case OFONO_PROPERTY_TYPE_INTEGER:
property->value = g_memdup(value, sizeof(int));
break;
default:
break;
}
g_hash_table_replace(modem->properties, g_strdup(name), property);