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

@@ -52,7 +52,7 @@ void getCopy::completion ( unsigned typeIn,
}
void getCopy::exception (
int status, const char *pContext, unsigned typeIn, arrayElementCount countIn )
int status, const char *pContext, unsigned /* typeIn */, arrayElementCount /* countIn */ )
{
this->cacCtx.exception ( status, pContext,
__FILE__, __LINE__, this->chan, this->type, this->count, CA_OP_GET );