[MPlayer-cvslog] r27656 - trunk/vidix/ivtv_vid.c
Diego Biurrun
diego at biurrun.de
Tue Sep 23 22:54:06 CEST 2008
On Tue, Sep 23, 2008 at 10:38:32PM +0200, diego wrote:
>
> Log:
> Remove pointless and gcc-specific __attribute__ ((unused)).
>
> --- trunk/vidix/ivtv_vid.c (original)
> +++ trunk/vidix/ivtv_vid.c Tue Sep 23 22:38:30 2008
> @@ -221,7 +221,7 @@ static void de_macro_uv(unsigned char *s
>
> -int ivtv_probe(int verbose,int force __attribute__ ((unused)))
> +int ivtv_probe(int verbose)
> {
> @@ -356,7 +356,7 @@ yuv_found:
>
> -int ivtv_init(const char *args __attribute__ ((unused)))
> +int ivtv_init(void)
Ahem, unrelated changes, reverted...
Diego
More information about the MPlayer-cvslog
mailing list