fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-05-23 01:23:23 +00:00
parent 4a5067b8a6
commit 6fbf031e75
8 changed files with 20 additions and 21 deletions

View File

@@ -1369,7 +1369,7 @@ bool cac::clearChannelRespAction ( tcpiiu &, const caHdrLargeArray &, void * /*
return true; // currently a noop
}
bool cac::defaultExcep ( tcpiiu &iiu, const caHdrLargeArray &hdr,
bool cac::defaultExcep ( tcpiiu &iiu, const caHdrLargeArray &,
const char *pCtx, unsigned status )
{
char buf[512];
@@ -1388,7 +1388,7 @@ bool cac::eventAddExcep ( tcpiiu &iiu, const caHdrLargeArray &hdr,
return true;
}
bool cac::readExcep ( tcpiiu &iiu, const caHdrLargeArray &hdr,
bool cac::readExcep ( tcpiiu &, const caHdrLargeArray &hdr,
const char *pCtx, unsigned status )
{
this->ioExceptionNotifyAndDestroy ( hdr.m_available,
@@ -1396,7 +1396,7 @@ bool cac::readExcep ( tcpiiu &iiu, const caHdrLargeArray &hdr,
return true;
}
bool cac::writeExcep ( tcpiiu &iiu, const caHdrLargeArray &hdr,
bool cac::writeExcep ( tcpiiu &, const caHdrLargeArray &hdr,
const char *pCtx, unsigned status )
{
nciu * pChan = this->chanTable.lookup ( hdr.m_available );
@@ -1407,7 +1407,7 @@ bool cac::writeExcep ( tcpiiu &iiu, const caHdrLargeArray &hdr,
return true;
}
bool cac::readNotifyExcep ( tcpiiu &iiu, const caHdrLargeArray &hdr,
bool cac::readNotifyExcep ( tcpiiu &, const caHdrLargeArray &hdr,
const char *pCtx, unsigned status )
{
this->ioExceptionNotifyAndDestroy ( hdr.m_available,
@@ -1415,7 +1415,7 @@ bool cac::readNotifyExcep ( tcpiiu &iiu, const caHdrLargeArray &hdr,
return true;
}
bool cac::writeNotifyExcep ( tcpiiu &iiu, const caHdrLargeArray &hdr,
bool cac::writeNotifyExcep ( tcpiiu &, const caHdrLargeArray &hdr,
const char *pCtx, unsigned status )
{
this->ioExceptionNotifyAndDestroy ( hdr.m_available,