[MPlayer-dev-eng] Fix compiler warnings

Diego Biurrun diego at biurrun.de
Wed Jul 18 12:57:30 CEST 2007


On Wed, Jul 18, 2007 at 11:51:51AM +0200, Mizda Gábor wrote:
>
> Attached two trivial patches to fix the following warnings:
>
> In file included from mplayer.c:73:
> osdep/getch2.h:25: warning: redundant redeclaration of 
> 'mp_input_win32_slave_cmd_func'
> mplayer.c:27: warning: previous declaration of 
> 'mp_input_win32_slave_cmd_func' was here
>
> In file included from mplayer.c:185:
> mp_core.h:116: warning: redundant redeclaration of 'fixed_vo'
> mp_core.h:114: warning: previous declaration of 'fixed_vo' was here
>
> Since mplayer.c includes osdep/getch2.h unconditionally I removed
> mp_input_win32_slave_cmd_func from it.

Looks good, commit.

Diego



More information about the MPlayer-dev-eng mailing list