exp passed to assert must not change the state of the data structures
This commit is contained in:
@@ -128,7 +128,8 @@ void epicsThread::exit ()
|
||||
|
||||
void epicsThread::exitWait () throw ()
|
||||
{
|
||||
assert ( this->exitWait ( DBL_MAX ) );
|
||||
bool success = this->exitWait ( DBL_MAX );
|
||||
assert ( success );
|
||||
}
|
||||
|
||||
bool epicsThread::exitWait ( const double delay ) throw ()
|
||||
|
||||
Reference in New Issue
Block a user