fixed gnu warnings

This commit is contained in:
Jeff Hill
2000-05-05 01:19:32 +00:00
parent 43e856cf11
commit 091147080c
10 changed files with 14 additions and 17 deletions

View File

@@ -88,7 +88,7 @@ int dbPutNotifyIO::initiate ( struct dbAddr &addr, unsigned type,
status = ::dbPutNotify ( &this->pn );
if ( status && status != S_db_Pending ) {
this->pn.status = status;
putNotifyCallback ();
this->cacNotifyIO::exceptionNotify ( ECA_PUTFAIL, "dbPutNotify() returned failure");
}
return ECA_NORMAL;
}