Fixed HP aCC compiler warnings

This commit is contained in:
Ralph Lange
2003-05-16 19:37:53 +00:00
parent f4949c8415
commit e978571919
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ void searchTimer::beaconAnomalyNotify (
// lock must be applied
void searchTimer::recomputeTimerPeriod (
epicsGuard < udpMutex > & guard, unsigned minRetryNew )
epicsGuard < udpMutex > & guard, unsigned minRetryNew ) // X aCC 431
{
this->minRetry = minRetryNew;