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

Remove unused parameter warning for Windows CE/32

parent 21720e09
......@@ -337,6 +337,8 @@ FILE *utf8_fopen (const char *filename, const char *mode)
int utf8_mkdir( const char *dirname, mode_t mode )
{
#if defined (UNDER_CE) || defined (WIN32)
VLC_UNUSED( mode );
wchar_t wname[MAX_PATH + 1];
char mod[MAX_PATH + 1];
int i;
......
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