Changeset ae29d64f1b6fa7a39c7b4d7801f455ee9d896892
- Timestamp:
- 26/06/05 19:17:50
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1119806270 +0000
- git-parent:
[883cc1d5c3805a7092998838906c0309866c3d63]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1119806270 +0000
- Message:
Remove confusing warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc124801 |
rae29d64 |
|
| 553 | 553 | vlc_mutex_lock( lock.p_address ); |
|---|
| 554 | 554 | #else |
|---|
| 555 | | # warning FIXME : This is not thread-safe! Your platform is outdated. |
|---|
| | 555 | # warning FIXME : This is not thread-safe! |
|---|
| 556 | 556 | #endif |
|---|
| 557 | 557 | i_val = __getnameinfo( sa, salen, host, hostlen, psz_serv, i_servlen, |
|---|