Fixed HPUX warnings.

This commit is contained in:
Ralph Lange
2001-07-26 08:58:34 +00:00
parent bbd6c9ef90
commit 8a99fac979
4 changed files with 4 additions and 7 deletions

View File

@@ -151,6 +151,7 @@ double timerQueue::process ( const epicsTime & currentTime )
return DBL_MAX;
}
}
return DBL_MAX; // Never here; compiler happy
}
epicsTimer & timerQueue::createTimer ()