Fixed warnings for HP-UX.

This commit is contained in:
Ralph Lange
2005-11-04 14:51:16 +00:00
parent aa84e0a6b0
commit 879d1a95bb
3 changed files with 5 additions and 4 deletions

View File

@@ -186,7 +186,7 @@ void dbPutNotifyBlocker::show ( unsigned level ) const
}
void dbPutNotifyBlocker::show (
epicsGuard < epicsMutex > & guard, unsigned level ) const
epicsGuard < epicsMutex > &, unsigned level ) const
{
printf ( "put notify blocker at %p\n",
static_cast <const void *> ( this ) );