[vlc-devel] commit: Warned about unused filename_sanitize result. (Laurent Aimar )

git version control git at videolan.org
Wed Apr 8 22:36:56 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Apr  8 21:29:49 2009 +0200| [e99754a76c7de6686ff14c46513102c4d84762ed] | committer: Laurent Aimar 

Warned about unused filename_sanitize result.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e99754a76c7de6686ff14c46513102c4d84762ed
---

 include/vlc_strings.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_strings.h b/include/vlc_strings.h
index 4173ac4..c04801b 100644
--- a/include/vlc_strings.h
+++ b/include/vlc_strings.h
@@ -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 * ) );
 
 /**




More information about the vlc-devel mailing list