Fixed HP aCC compiler warnings
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user