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:
teuf
2001-05-16 20:33:58 +00:00
parent f92e4a5fe7
commit d50d721649
6 changed files with 15 additions and 15 deletions

View File

@@ -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;