Changeset a93015e7c27fcaf7c668e1d08c16b2d7a46d4ab3
- 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
| r2a64087 |
ra93015e |
|
| 185 | 185 | __vlc_mutex_lock( __FILE__, __LINE__, P_MUTEX ) |
|---|
| 186 | 186 | |
|---|
| 187 | | #if defined(LIBVLC_USE_PTHREAD) |
|---|
| 188 | 187 | VLC_EXPORT(void, vlc_pthread_fatal, (const char *action, int error, const char *file, unsigned line)); |
|---|
| 189 | 188 | |
|---|
| | 189 | #if defined(LIBVLC_USE_PTHREAD) |
|---|
| 190 | 190 | # define VLC_THREAD_ASSERT( action ) \ |
|---|
| 191 | 191 | if (val) \ |
|---|