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
+1 -1
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;
+1 -1
View File
@@ -1023,7 +1023,7 @@ void udpiiu::beaconAnomalyNotify ( const epicsTime & currentTime )
this->pSearchTmr->beaconAnomalyNotify ( guard, currentTime, delay );
}
bool udpiiu::searchMsg ( epicsGuard < udpMutex > & guard,
bool udpiiu::searchMsg ( epicsGuard < udpMutex > & /* guard */,
unsigned & retryNoForThisChannel )
{
bool success;