From 86641ee41eb03aeb4dbf6e8c79367b1ae96e7239 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 28 Mar 2010 16:58:27 +0000 Subject: [PATCH] Use (void) instead of () to indicate a parameterless function, fixes: libvo/vo_xvmc.c:123: warning: function declaration isn't a prototype git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30975 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xvmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c index fb0266e081..935b534075 100644 --- a/libvo/vo_xvmc.c +++ b/libvo/vo_xvmc.c @@ -120,7 +120,7 @@ static void init_osd_yuv_pal(void); static const struct{ int id;//id as xvimages or as mplayer RGB|{8,15,16,24,32} - void (* init_func_ptr)(); + void (* init_func_ptr)(void); void (* draw_func_ptr)(); void (* clear_func_ptr)(); } osd_render[]={