Commit 2210cf31 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix warnings.

parent 9d63f3c0
...@@ -200,6 +200,7 @@ static ssize_t ReadNull( access_t *p_access, uint8_t *p_buffer, size_t i_len) ...@@ -200,6 +200,7 @@ static ssize_t ReadNull( access_t *p_access, uint8_t *p_buffer, size_t i_len)
*****************************************************************************/ *****************************************************************************/
static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len) static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len)
{ {
(void)p_buffer; (void)i_len;
char *psz; char *psz;
int i_mode; int i_mode;
char *psz_name = strdup( p_access->psz_path ); char *psz_name = strdup( p_access->psz_path );
......
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