Changeset a93015e7c27fcaf7c668e1d08c16b2d7a46d4ab3

Show
Ignore:
Timestamp:
28/05/08 18:51:44 (6 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1211993504 +0300
git-parent:

[3ead0c71de880ae8e114d678d5ea9f892feda29c]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1211993504 +0300
Message:

Fix a warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_threads.h

    r2a64087 ra93015e  
    185185    __vlc_mutex_lock( __FILE__, __LINE__, P_MUTEX ) 
    186186 
    187 #if defined(LIBVLC_USE_PTHREAD) 
    188187VLC_EXPORT(void, vlc_pthread_fatal, (const char *action, int error, const char *file, unsigned line)); 
    189188 
     189#if defined(LIBVLC_USE_PTHREAD) 
    190190# define VLC_THREAD_ASSERT( action ) \ 
    191191    if (val) \