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

@@ -88,7 +88,7 @@ void getCopy::show ( unsigned level ) const
}
}
void * getCopy::operator new ( size_t )
void * getCopy::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly