mirror of
https://github.com/curl/curl.git
synced 2025-09-17 17:42:49 +03:00
prevent compiler warnings on non-win32 platforms
This commit is contained in:
parent
2ed0728cef
commit
070e0e8b0a
|
@ -552,7 +552,9 @@ DhcpNameServer
|
|||
}
|
||||
|
||||
/* If we got any name server entries, fill them in. */
|
||||
#ifdef WIN32
|
||||
okay:
|
||||
#endif
|
||||
if (servers)
|
||||
{
|
||||
channel->servers = servers;
|
||||
|
|
Loading…
Reference in New Issue
Block a user