summaryrefslogtreecommitdiff
path: root/gio/gemblem.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2009-01-05 16:57:55 +0000
committerDan Winship <danw@src.gnome.org>2009-01-05 16:57:55 +0000
commit7943f976d4077db3f14230c299ce78025f4d9e5a (patch)
tree53dc4fc9006292d48d22e69cfad3f0044af96c3b /gio/gemblem.c
parenta836486e24780616579ab0f8ef657a2a78960183 (diff)
downloadglib-7943f976d4077db3f14230c299ce78025f4d9e5a.tar.gz
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
Diffstat (limited to 'gio/gemblem.c')
-rw-r--r--gio/gemblem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gio/gemblem.c b/gio/gemblem.c
index 7ecc6f170..4cd70d33b 100644
--- a/gio/gemblem.c
+++ b/gio/gemblem.c
@@ -314,7 +314,6 @@ g_emblem_from_tokens (gchar **tokens,
GEmblem *emblem;
GIcon *icon;
GEmblemOrigin origin;
- char *s;
emblem = NULL;