[MPlayer-cvslog] r33655 - trunk/gui/win32/interface.c

Diego Biurrun diego at biurrun.de
Sun Jun 19 14:57:54 CEST 2011


On Sun, Jun 19, 2011 at 02:36:12PM +0200, reimar wrote:
> 
> Log:
> Implement uiStop and remove outdated comment.
> 
> --- trunk/gui/win32/interface.c	Sun Jun 19 14:26:38 2011	(r33654)
> +++ trunk/gui/win32/interface.c	Sun Jun 19 14:36:12 2011	(r33655)
> @@ -431,6 +431,11 @@ void uiEnd( void )
>      guiGetEvent(guiCEvent, (void *) guiSetStop);
>  }
>  
> +void uiStop()

  void uiStop(void)

Doesn't this also generate a warning?

> +{
> +    guiGetEvent(guiCEvent, (void *) guiSetStop);
> +}

The cast is ugly :-/

Diego


More information about the MPlayer-cvslog mailing list