fixes for various sun pro compiler warnings

This commit is contained in:
Jeff Hill
2000-05-03 00:47:16 +00:00
parent 33f8e63c21
commit b8c7f8f8b6
16 changed files with 162 additions and 125 deletions

View File

@@ -47,7 +47,8 @@ void putCallback::completionNotify ()
(*this->pFunc) (args);
}
void putCallback::exceptionNotify (int status, const char *pContext)
void putCallback::exceptionNotify (int status,
const char * /* pContext */ )
{
struct event_handler_args args;