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

@@ -278,7 +278,7 @@ void CASG::exception ( int status, const char *pContext,
lineNo, chan, type, count, op );
}
void * CASG::operator new ( size_t )
void * CASG::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly

View File

@@ -776,7 +776,7 @@ void epicsShareAPI ca_signal ( long ca_status, const char *message )
* (if they call this routine again).
*/
// extern "C"
const char * epicsShareAPI ca_message ( long ca_status )
const char * epicsShareAPI ca_message ( long ca_status ) // X aCC 361
{
unsigned msgNo = CA_EXTRACT_MSG_NO ( ca_status );

View File

@@ -246,7 +246,7 @@ void bhe::unregisterIIU ( tcpiiu & iiu )
this->averagePeriod = - DBL_MAX;
}
void * bhe::operator new ( size_t )
void * bhe::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly

View File

@@ -159,8 +159,8 @@ epicsUInt32 comQueRecv::multiBufferPopUInt32 ()
unsigned byte3 = this->popUInt8();
unsigned byte4 = this->popUInt8();
tmp = static_cast <epicsUInt32>
( ( byte1 << 24u ) | ( byte2 << 16u ) |
( byte3 << 8u ) | byte4 ); //X aCC 392
( ( byte1 << 24u ) | ( byte2 << 16u ) | //X aCC 392
( byte3 << 8u ) | byte4 );
}
else {
comBuf::throwInsufficentBytesException ();

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

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

View File

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

View File

@@ -31,7 +31,7 @@
#include "tsFreeList.h"
#include "cxxCompilerDependencies.h"
class callbackForMultiplyDefinedPV {
class callbackForMultiplyDefinedPV { // X aCC 655
public:
virtual ~callbackForMultiplyDefinedPV () = 0;
virtual void pvMultiplyDefinedNotify (

View File

@@ -84,7 +84,7 @@ void nciu::destroy ()
this->cacCtx.destroyChannel ( *this );
}
void * nciu::operator new ( size_t )
void * nciu::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly

View File

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

View File

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

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

View File

@@ -183,7 +183,7 @@ void oldChannelNotify::writeException ( int status, const char *pContext,
__FILE__, __LINE__, *this, type, count, CA_OP_PUT );
}
void * oldChannelNotify::operator new ( size_t )
void * oldChannelNotify::operator new ( size_t ) // X aCC 361
{
// The HPUX compiler seems to require this even though no code
// calls it directly

View File

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

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