From 9dc01446b018803415e0fe02b0f060b037e0738a Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Mon, 10 Mar 2014 16:36:55 +0100 Subject: Silence compiler warnings on register_enum () arg #4. Making them all "const char * const *" did work too (even with Kaffeine build/run), but that would be an API change. --- src/post/goom/xine_goom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post') diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c index b04eeddea..2b9a032ce 100644 --- a/src/post/goom/xine_goom.c +++ b/src/post/goom/xine_goom.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2012 the xine project + * Copyright (C) 2000-2014 the xine project * * This file is part of xine, a free video player. * @@ -233,7 +233,7 @@ static void *goom_init_plugin(xine_t *xine, void *data) cfg->register_enum (cfg, "effects.goom.csc_method", 0, - goom_csc_methods, + (char **)goom_csc_methods, _("colour space conversion method"), _("You can choose the colour space conversion method used by goom.\n" "The available selections should be self-explaining."), -- cgit v1.2.3