]> git.sesse.net Git - vlc/blobdiff - include/vlc_messages.h
fixed misc/stats.c:399: warning: comparison between signed and unsigned in function...
[vlc] / include / vlc_messages.h
index d8b7b3806f3773f4750016643d589cbd861edfbb..113825cbce414cc2b58ecbfdda7605f7e3e60eb0 100644 (file)
@@ -377,6 +377,6 @@ VLC_EXPORT( void,__stats_TimersDumpAll, (vlc_object_t*) );
 VLC_EXPORT( void, __stats_TimersCleanAll, (vlc_object_t * ) );
 
 #define stats_TimerClean(a,b) __stats_TimerClean( VLC_OBJECT(a), b )
-VLC_EXPORT( void, __stats_TimerClean, (vlc_object_t *, int ) );
+VLC_EXPORT( void, __stats_TimerClean, (vlc_object_t *, unsigned int ) );
 
 #endif