From: RĂ©mi Denis-Courmont Date: Wed, 3 Jun 2009 15:53:38 +0000 (+0300) Subject: vlc_timer_getoverrun result must be used X-Git-Tag: 1.1.0-ff~5624 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e2c1b16917c657b054a19c0a14255d3daffd6e8d;p=vlc vlc_timer_getoverrun result must be used --- 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 {