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

@@ -39,7 +39,9 @@ void netWriteNotifyIO::completionNotify ()
this->cacNotifyIO::completionNotify ();
}
void netWriteNotifyIO::completionNotify ( unsigned type, unsigned long count, const void *pData )
void netWriteNotifyIO::completionNotify (
unsigned /* type */, unsigned long /* count */,
const void * /* pData */ )
{
this->cacNotifyIO::completionNotify ();
}