Discussion:
[libdvdcss-devel] [PATCH] remove redundant redeclaration
Diego Biurrun
2007-08-24 13:14:21 UTC
Permalink
This patch removes the following warning when compiling MPlayer:

libdvdcss.c:145: warning: redundant redeclaration of 'dvdcss_interface_2'
dvdcss/dvdcss.h:70: warning: previous declaration of 'dvdcss_interface_2' was here

The declaration is indeed completely redundant, thus I am removing it.

Diego

Loading...