Commit 8ce6877d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Warnings

parent 83f23b66
......@@ -26,10 +26,12 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <vlc/vlc.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <vlc/vlc.h>
#include <vlc/input.h>
#include <vlc_interaction.h>
......@@ -381,7 +383,7 @@ static int OutOpen( vlc_object_t *p_this )
p_access->pf_seek = OutSeek;
p_access->pf_write = Write;
p_access->p_sys = p_sys;
p_access->p_sys = (void *)p_sys;
return VLC_SUCCESS;
......
......@@ -26,9 +26,12 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <stdlib.h>
#include <vlc/vlc.h>
#include <string.h>
#include <stdlib.h>
#include <vlc/input.h>
#include "vlc_interaction.h"
......
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