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

@@ -80,7 +80,7 @@ extern "C" void dbSubscriptionEventCallback ( void *pPrivate, struct dbAddr *pad
pIO->chan.subscriptionUpdate ( pIO->type, pIO->count, pfl, *pIO);
}
int dbSubscriptionIO::begin ( struct dbAddr &addr, unsigned mask )
int dbSubscriptionIO::begin ( unsigned mask )
{
if ( this->type > INT_MAX ) {
return ECA_BADCOUNT;