# HG changeset patch # User iive # Date 1237147365 0 # Node ID abdc27586f357548d06fac4032d04c451e9ea8f5 # Parent 88c464b7fd6041853e2b7be2b5c96a189e3a7e03 Fix warning: Add forgotten 'int' to variable declaration. diff -r 88c464b7fd60 -r abdc27586f35 libvo/vo_xvmc.c --- a/libvo/vo_xvmc.c Sun Mar 15 18:54:25 2009 +0000 +++ b/libvo/vo_xvmc.c Sun Mar 15 20:02:45 2009 +0000 @@ -226,7 +226,7 @@ //print all info needed to add new format static void print_xvimage_format_values(XvImageFormatValues *xifv){ int i; - const msgl=MSGL_DBG4; + const int msgl=MSGL_DBG4; mp_msg(MSGT_VO,msgl,"Format_ID = 0x%X\n",xifv->id);