prevent compiler warnings on non-win32 platforms

This commit is contained in:
Daniel Stenberg 2004-06-14 10:45:30 +00:00
parent 2ed0728cef
commit 070e0e8b0a
1 changed files with 3 additions and 1 deletions

View File

@ -552,7 +552,9 @@ DhcpNameServer
} }
/* If we got any name server entries, fill them in. */ /* If we got any name server entries, fill them in. */
#ifdef WIN32
okay: okay:
#endif
if (servers) if (servers)
{ {
channel->servers = servers; channel->servers = servers;