From 33c2f5fb01b1cb9145751a745cfa2514421fa7b3 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 22 Mar 2010 13:16:33 +0100 Subject: Add -Wwrite-strings and fix its warnings --- sys/vcd/vcdsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/vcd/vcdsrc.c') diff --git a/sys/vcd/vcdsrc.c b/sys/vcd/vcdsrc.c index 938b1b19e..fa6f0439c 100644 --- a/sys/vcd/vcdsrc.c +++ b/sys/vcd/vcdsrc.c @@ -458,7 +458,7 @@ gst_vcdsrc_uri_get_type (void) static gchar ** gst_vcdsrc_uri_get_protocols (void) { - static gchar *protocols[] = { "vcd", NULL }; + static gchar *protocols[] = { (char *) "vcd", NULL }; return protocols; } -- cgit v1.2.1