Removed several compilation warning. Thanks to aaronl for noticing that zip support wasn't working with -O2 because of a compilation warning
This commit is contained in:
@@ -285,7 +285,7 @@ int ConnectServer(char *servername, unsigned int port)
|
||||
{
|
||||
char blah[255];
|
||||
int retval,i;
|
||||
LPHOSTENT host1;
|
||||
LPHOSTENT host1=NULL;
|
||||
int yesip;
|
||||
#ifndef __LINUX__
|
||||
WSADATA wsadata;
|
||||
|
||||
Reference in New Issue
Block a user