Fixed HP aCC warnings

This commit is contained in:
Ralph Lange
2003-09-01 20:05:12 +00:00
parent e3c514ea9e
commit d6ab506379
5 changed files with 5 additions and 6 deletions

View File

@@ -114,7 +114,6 @@ static bool makeSocket ( unsigned short port, bool reuseAddr, SOCKET * pSock )
struct sockaddr_in ia;
struct sockaddr sa;
} bd;
int flag;
SOCKET sock = epicsSocketCreate ( AF_INET, SOCK_DGRAM, 0 );
if ( sock == INVALID_SOCKET ) {