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
+1 -1
View File
@@ -249,7 +249,7 @@ repeaterClient::~repeaterClient ()
debugPrintf ( ( "Deleted client %u\n", epicsNTOH16 ( this->from.ia.sin_port ) ) );
}
void * repeaterClient::operator new ( size_t )
void * repeaterClient::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly