From e76362d84bc5ad306c5528ed6f98d6bd01a7ad17 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 8 Oct 2004 17:15:09 +0000 Subject: [PATCH] fixed gnu warnings --- src/libCom/test/blockingSockTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/test/blockingSockTest.cpp b/src/libCom/test/blockingSockTest.cpp index cdc63a0c9..f1049c6ee 100644 --- a/src/libCom/test/blockingSockTest.cpp +++ b/src/libCom/test/blockingSockTest.cpp @@ -210,7 +210,6 @@ void blockingSockTest () //addr.ia.sin_addr.s_addr = epicsHTON32 ( 0x80A5A07F ); addr.ia.sin_port = epicsHTON16 ( 5064 ); // CA - server srv ( addr ); clientCircuit client ( addr ); epicsThreadSleep ( 1.0 ); @@ -256,3 +255,4 @@ void blockingSockTest () printf ( "The epicsSocketSystemCallInterruptMechanismQuery() function returns\n\"%s\".\n", pStr ); } +