fixed inconsistent signed vs unsigned for thread priority

This commit is contained in:
Jeff Hill
2001-10-03 18:45:32 +00:00
parent 475e16ec96
commit 659c60fd90
4 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ timerQueueActiveMgr::~timerQueueActiveMgr ()
}
epicsTimerQueueActiveForC & timerQueueActiveMgr::allocate (
bool okToShare, int threadPriority )
bool okToShare, unsigned threadPriority )
{
epicsAutoMutex locker ( this->mutex );
if ( okToShare ) {