Suppressed HPUX compiler warnings.

This commit is contained in:
Ralph Lange
2002-11-07 17:48:30 +00:00
parent e062860774
commit 3bab48bdb7
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ void ipIgnoreEntry::operator delete ( void * pCadaver,
}
#endif
void * ipIgnoreEntry::operator new ( size_t )
void * ipIgnoreEntry::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly

View File

@@ -223,7 +223,7 @@ void timer::show ( unsigned int level ) const
}
}
void * timer::operator new ( size_t )
void * timer::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly
@@ -241,7 +241,7 @@ void timer::operator delete ( void * )
__FILE__, __LINE__ );
}
void * epicsTimerForC::operator new ( size_t )
void * epicsTimerForC::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly