]> git.sesse.net Git - vlc/commitdiff
Don't fail with no-debug
authorClément Stenac <zorglub@videolan.org>
Sat, 4 Feb 2006 19:28:20 +0000 (19:28 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 4 Feb 2006 19:28:20 +0000 (19:28 +0000)
include/vlc_messages.h

index 6b4b3da40b902d6bca0356d5d8f86917734ed8cd..7ba1a71bfa315c1716ecfb9bcf3ea66db5776c14 100644 (file)
@@ -401,7 +401,7 @@ VLC_EXPORT( void, __stats_ComputeGlobalStats, (vlc_object_t*,global_stats_t*));
 #define stats_TimerDump(a,b) __stats_TimerDump( VLC_OBJECT(a), b )
 #define stats_TimersDumpAll(a) __stats_TimersDumpAll( VLC_OBJECT(a) )
 #else
-#define stats_TimerStart(a,b) {}
+#define stats_TimerStart(a,b,c) {}
 #define stats_TimerStop(a,b) {}
 #define stats_TimerDump(a,b) {}
 #define stats_TimersDumpAll(a) {}