Commit df02a09a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Removing a warning never solved a problem (revert [11778])

parent 0d012a7d
...@@ -626,7 +626,7 @@ int vlc_getnameinfo( const struct sockaddr *sa, int salen, ...@@ -626,7 +626,7 @@ int vlc_getnameinfo( const struct sockaddr *sa, int salen,
* gethostbyaddr and the likes */ * gethostbyaddr and the likes */
vlc_mutex_lock( lock.p_address ); vlc_mutex_lock( lock.p_address );
#else #else
//# warning FIXME : This is not thread-safe! # warning FIXME : This is not thread-safe!
#endif #endif
i_val = __getnameinfo( sa, salen, host, hostlen, psz_serv, i_servlen, i_val = __getnameinfo( sa, salen, host, hostlen, psz_serv, i_servlen,
flags ); flags );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment