fixed sun pro warning

This commit is contained in:
Jeff Hill
2001-08-29 20:25:24 +00:00
parent 40e476f7b9
commit 7fb6862dfb
2 changed files with 12 additions and 10 deletions

View File

@@ -174,7 +174,7 @@ bool bhe::updatePeriod ( const epicsTime & programBeginTime,
return netChange;
}
void bhe::show ( unsigned level ) const
void bhe::show ( unsigned /* level */ ) const
{
::printf ( "CA beacon hash entry at %p with average period %f\n",
static_cast <const void *> ( this ), this->averagePeriod );