From e7dc1d787e2986a594ac37843c9e65fc31afbb4d Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Sat, 12 Apr 2014 14:40:40 +0100 Subject: [PATCH] gl/color: fix warning type qualifiers ignored i686-apple-darwin11-llvm-gcc-4.2 "warning: type qualifiers ignored on function return type" --- gst-libs/gst/gl/gstglcolorconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglcolorconvert.c b/gst-libs/gst/gl/gstglcolorconvert.c index 79e8562315..26d28d66c1 100644 --- a/gst-libs/gst/gl/gstglcolorconvert.c +++ b/gst-libs/gst/gl/gstglcolorconvert.c @@ -623,7 +623,7 @@ _create_shader (GstGLContext * context, const gchar * vertex_src, return TRUE; } -static inline const gchar +static inline gchar _index_to_shader_swizzle (int idx) { switch (idx) {