cast a "char **" to "const char **" to avoid a warning.

* gdesktopappinfo.c (update_mimeapps_list): cast a "char **" to
	"const char **" to avoid a warning.

	* gemblem.c (g_emblem_from_tokens):
	* gemblemedicon.c (g_emblemed_icon_from_tokens):
	* xdgmime/xdgmime.c (xdg_mime_get_icon): remove unused
	variables

svn path=/trunk/; revision=7775
This commit is contained in:
Dan Winship
2009-01-05 16:57:55 +00:00
parent a836486e24
commit 7943f976d4
5 changed files with 11 additions and 5 deletions

View File

@@ -283,7 +283,6 @@ g_emblemed_icon_from_tokens (gchar **tokens,
GError **error)
{
GEmblemedIcon *emblemed_icon;
char *s;
int n;
emblemed_icon = NULL;