Commit e99754a7 authored by Laurent Aimar's avatar Laurent Aimar

Warned about unused filename_sanitize result.

parent 3e077c31
......@@ -50,7 +50,7 @@ VLC_EXPORT( char *, __str_format_meta, ( vlc_object_t *, const char * ) );
#define str_format( a, b ) __str_format( VLC_OBJECT( a ), b )
VLC_EXPORT( char *, __str_format, ( vlc_object_t *, const char * ) );
VLC_EXPORT( char *, filename_sanitize, ( const char * ) );
VLC_EXPORT( char *, filename_sanitize, ( const char * ) ) LIBVLC_USED;
VLC_EXPORT( void, path_sanitize, ( char * ) );
/**
......
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