fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-02-09 19:28:01 +00:00
parent dc957f400f
commit bf0537cf73
10 changed files with 26 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ void putCallback::completionNotify ( cacChannelIO &io )
}
void putCallback::completionNotify ( cacChannelIO &io, unsigned type,
unsigned long count, const void *pData )
unsigned long count, const void * /* pData */ )
{
struct event_handler_args args;
@@ -71,7 +71,7 @@ void putCallback::exceptionNotify ( cacChannelIO &io,
}
void putCallback::exceptionNotify ( cacChannelIO &io, int status,
const char *pContext, unsigned type, unsigned long count )
const char * /* pContext */, unsigned type, unsigned long count )
{
struct event_handler_args args;