fixed inconsistent signed vs unsigned for thread priority
This commit is contained in:
@@ -39,7 +39,7 @@ timerQueueActiveMgr::~timerQueueActiveMgr ()
|
||||
}
|
||||
|
||||
epicsTimerQueueActiveForC & timerQueueActiveMgr::allocate (
|
||||
bool okToShare, int threadPriority )
|
||||
bool okToShare, unsigned threadPriority )
|
||||
{
|
||||
epicsAutoMutex locker ( this->mutex );
|
||||
if ( okToShare ) {
|
||||
|
||||
Reference in New Issue
Block a user