fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-07-16 16:59:37 +00:00
parent 13f8bc14ec
commit e095b7feba
4 changed files with 10 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ void oldChannelNotify::exception ( int status, const char *pContext )
}
void oldChannelNotify::readException ( int status, const char *pContext,
unsigned type, arrayElementCount count, void *pValue )
unsigned type, arrayElementCount count, void * /* pValue */ )
{
this->cacCtx.exception ( status, pContext,
__FILE__, __LINE__, *this, type, count, CA_OP_GET );