Fixed warnings for HP-UX.

This commit is contained in:
Ralph Lange
2005-11-04 14:37:02 +00:00
parent 22be6c91e1
commit aa84e0a6b0
5 changed files with 5 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ void syncGroupReadNotify::exception (
}
void syncGroupReadNotify::show (
epicsGuard < epicsMutex > & guard, unsigned level ) const
epicsGuard < epicsMutex > &, unsigned level ) const
{
::printf ( "pending sg read op: pVal=%p\n", this->pValue );
if ( level > 0u ) {