add --enable-more-warnings=yes/no and fix up resulting errors

This commit is contained in:
Dan Williams
2009-02-10 06:48:56 -05:00
parent 618db2dd8a
commit bef9c48ffc
18 changed files with 86 additions and 42 deletions

View File

@@ -93,7 +93,8 @@ mm_serial_parser_v0_parse (gpointer data,
if (str) {
code = atoi (str);
g_free (str);
}
} else
code = MM_MOBILE_ERROR_UNKNOWN;
g_match_info_free (match_info);