mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
gl/color: fix warning type qualifiers ignored
i686-apple-darwin11-llvm-gcc-4.2 "warning: type qualifiers ignored on function return type"
This commit is contained in:
parent
ab9b54efdd
commit
995db85435
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ _create_shader (GstGLContext * context, const gchar * vertex_src,
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline const gchar
|
static inline gchar
|
||||||
_index_to_shader_swizzle (int idx)
|
_index_to_shader_swizzle (int idx)
|
||||||
{
|
{
|
||||||
switch (idx) {
|
switch (idx) {
|
||||||
|
|
Loading…
Reference in a new issue