fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-04-17 00:44:59 +00:00
parent 76560ce7c3
commit a8a86993e3
11 changed files with 28 additions and 28 deletions

View File

@@ -55,7 +55,7 @@ cacChannel::ioStatus dbChannelIO::read ( unsigned type,
unsigned long count, cacDataNotify &notify, ioid * )
{
this->serviceIO.callReadNotify ( this->addr,
type, count, 0, *this, notify );
type, count, 0, notify );
return iosSynch;
}