From a93015e7c27fcaf7c668e1d08c16b2d7a46d4ab3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 28 May 2008 19:51:44 +0300 Subject: [PATCH] Fix a warning --- 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 72dac3009a..3a04143799 100644 --- a/include/vlc_threads.h +++ b/include/vlc_threads.h @@ -184,9 +184,9 @@ VLC_EXPORT( void, __vlc_thread_join, ( vlc_object_t *, const char *, int ) ); #define vlc_mutex_lock( P_MUTEX ) \ __vlc_mutex_lock( __FILE__, __LINE__, P_MUTEX ) -#if defined(LIBVLC_USE_PTHREAD) VLC_EXPORT(void, vlc_pthread_fatal, (const char *action, int error, const char *file, unsigned line)); +#if defined(LIBVLC_USE_PTHREAD) # define VLC_THREAD_ASSERT( action ) \ if (val) \ vlc_pthread_fatal (action, val, psz_file, i_line) -- 2.39.2