fixed sunpro warnings
This commit is contained in:
@@ -850,7 +850,7 @@ void tcpiiu::unresponsiveCircuitNotify (
|
||||
{
|
||||
epicsGuardRelease < epicsMutex > unguard ( guard );
|
||||
{
|
||||
epicsGuardRelease < epicsMutex > unguard ( cbGuard );
|
||||
epicsGuardRelease < epicsMutex > cbUnguard ( cbGuard );
|
||||
this->recvDog.cancel ();
|
||||
this->sendDog.cancel ();
|
||||
}
|
||||
|
||||
@@ -286,7 +286,7 @@ void udpiiu::shutdown (
|
||||
{
|
||||
epicsGuardRelease < epicsMutex > unguard ( guard );
|
||||
{
|
||||
epicsGuardRelease < epicsMutex > unguard ( cbGuard );
|
||||
epicsGuardRelease < epicsMutex > cbUnguard ( cbGuard );
|
||||
|
||||
if ( ! this->recvThread.exitWait ( 0.0 ) ) {
|
||||
unsigned tries = 0u;
|
||||
|
||||
Reference in New Issue
Block a user