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,
* gethostbyaddr and the likes */
vlc_mutex_lock( lock.p_address );
#else
//# warning FIXME : This is not thread-safe!
# warning FIXME : This is not thread-safe!
#endif
i_val = __getnameinfo( sa, salen, host, hostlen, psz_serv, i_servlen,
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