1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Warned about unused filename_sanitize result.

This commit is contained in:
Laurent Aimar 2009-04-08 21:29:49 +02:00
parent 3e077c31e5
commit e99754a76c

View File

@ -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 * ) );
/**