From e2c1b16917c657b054a19c0a14255d3daffd6e8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 3 Jun 2009 18:53:38 +0300 Subject: [PATCH] vlc_timer_getoverrun result must be used --- include/vlc_threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_threads.h b/include/vlc_threads.h index d6535950a2..8cf3d37a5f 100644 --- a/include/vlc_threads.h +++ b/include/vlc_threads.h @@ -184,7 +184,7 @@ VLC_EXPORT (void, vlc_control_cancel, (int cmd, ...)); VLC_EXPORT( int, vlc_timer_create, (vlc_timer_t *, void (*) (vlc_timer_t *, void *), void *) LIBVLC_USED ); VLC_EXPORT( void, vlc_timer_destroy, (vlc_timer_t *) ); VLC_EXPORT( void, vlc_timer_schedule, (vlc_timer_t *, bool, mtime_t, mtime_t) ); -VLC_EXPORT( unsigned, vlc_timer_getoverrun, (const vlc_timer_t *) ); +VLC_EXPORT( unsigned, vlc_timer_getoverrun, (const vlc_timer_t *) LIBVLC_USED ); #ifndef LIBVLC_USE_PTHREAD_CANCEL enum { -- 2.39.2