Commit e1430f59 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Kill misc warnings

parent 7ec73fa9
...@@ -81,6 +81,8 @@ static void Close( vlc_object_t *p_this ) ...@@ -81,6 +81,8 @@ static void Close( vlc_object_t *p_this )
static block_t *Encode( encoder_t *p_enc, subpicture_t *p_spu ) static block_t *Encode( encoder_t *p_enc, subpicture_t *p_spu )
{ {
VLC_UNUSED( p_enc );
subpicture_region_t *p_region; subpicture_region_t *p_region;
block_t *p_block; block_t *p_block;
size_t len; size_t len;
......
...@@ -125,10 +125,9 @@ void Close( vlc_object_t *p_this ) ...@@ -125,10 +125,9 @@ void Close( vlc_object_t *p_this )
static void Run( intf_thread_t *p_intf ) static void Run( intf_thread_t *p_intf )
{ {
intf_sys_t sys; intf_sys_t sys;
intf_thread_t *p_extraintf;
SERVICE_TABLE_ENTRY dispatchTable[] = SERVICE_TABLE_ENTRY dispatchTable[] =
{ {
{ VLCSERVICENAME, &ServiceDispatch }, { (LPTSTR)VLCSERVICENAME, &ServiceDispatch },
{ NULL, NULL } { NULL, NULL }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment