Fix several compilation errors for -DDEBUG
After Adding "-DDEBUG" to the compiler options some files don't compile any more. Fix the compilation errors.
This commit is contained in:
@@ -134,7 +134,7 @@ double timerQueue::process ( const epicsTime & currentTime )
|
||||
epicsGuardRelease < epicsMutex > unguard ( guard );
|
||||
|
||||
debugPrintf ( ( "%5u expired \"%s\" with error %f sec\n",
|
||||
N++, typeid ( this->pExpireTmr->notify ).name (),
|
||||
N++, typeid ( this->pExpireTmr->pNotify ).name (),
|
||||
currentTime - this->pExpireTmr->exp ) );
|
||||
try {
|
||||
expStat = pTmpNotify->expire ( currentTime );
|
||||
|
||||
Reference in New Issue
Block a user