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

@@ -71,7 +71,7 @@ void getCallback::exception (
this->chan.getClientCtx().destroyGetCallback ( *this );
}
void * getCallback::operator new ( size_t )
void * getCallback::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly