diff --git a/src/libCom/test/blockingSockTest.cpp b/src/libCom/test/blockingSockTest.cpp index 8cc55dcf0..6226bb770 100644 --- a/src/libCom/test/blockingSockTest.cpp +++ b/src/libCom/test/blockingSockTest.cpp @@ -13,7 +13,7 @@ void socketJoltTest ( void * ) { epicsSignalInstallSigAlarmIgnore (); char buf [1]; - int status = recv ( s, buf, (int) sizeof ( buf ), 0 ); + recv ( s, buf, (int) sizeof ( buf ), 0 ); blockingSockWakeup = true; }