fixed gnu warnings
This commit is contained in:
@@ -166,7 +166,7 @@ void tcpSendThread::run ()
|
||||
}
|
||||
catch ( ... ) {
|
||||
errlogPrintf (
|
||||
"cac: tcp send thread received an unexpected exception ",
|
||||
"cac: tcp send thread received an unexpected exception "
|
||||
"- disconnecting\n");
|
||||
// this should cause the server to disconnect from
|
||||
// the client
|
||||
|
||||
@@ -273,7 +273,7 @@ void udpiiu::shutdown ()
|
||||
udpRecvThread::udpRecvThread (
|
||||
udpiiu & iiuIn, cacContextNotify & ctxNotifyIn, epicsMutex & cbMutexIn,
|
||||
const char * pName, unsigned stackSize, unsigned priority ) :
|
||||
iiu ( iiuIn ), ctxNotify ( ctxNotifyIn ), cbMutex ( cbMutexIn ),
|
||||
iiu ( iiuIn ), cbMutex ( cbMutexIn ), ctxNotify ( ctxNotifyIn ),
|
||||
thread ( *this, pName, stackSize, priority ) {}
|
||||
|
||||
udpRecvThread::~udpRecvThread ()
|
||||
|
||||
Reference in New Issue
Block a user