fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-03-07 17:50:54 +00:00
parent 9f55d94f8b
commit 4e570ce710
3 changed files with 3 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ int dbChannelIO::subscribe ( unsigned type, unsigned long count,
return ECA_ALLOCMEM;
}
int status = pIO->begin ( this->addr, mask );
int status = pIO->begin ( mask );
if ( status == ECA_NORMAL ) {
pReturnIO = pIO;
}