Suppressed HPUX warnings.

This commit is contained in:
Ralph Lange
2002-11-07 17:18:27 +00:00
parent 89c4e229da
commit d7fe8efef6
15 changed files with 16 additions and 16 deletions

View File

@@ -81,7 +81,7 @@ nciu & netWriteNotifyIO::channel () const
return this->chan;
}
void * netWriteNotifyIO::operator new ( size_t )
void * netWriteNotifyIO::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly