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

@@ -37,7 +37,8 @@ void oldSubscription::completionNotify (unsigned type, unsigned long count, cons
(*this->pFunc) (args);
}
void oldSubscription::exceptionNotify (int status, const char *pContext)
void oldSubscription::exceptionNotify (int status,
const char * /* pContext */ )
{
struct event_handler_args args;