Fixed/suppressed HP-UX native (aCC) warnings

This commit is contained in:
Ralph Lange
2003-04-23 14:56:07 +00:00
parent 154ebd3153
commit 2624a16170
6 changed files with 32 additions and 27 deletions

View File

@@ -508,7 +508,7 @@ void cac::repeaterSubscribeConfirmNotify ()
}
bool cac::transferChanToVirtCircuit (
epicsGuard < callbackMutex > & cbGuard, unsigned cid, unsigned sid,
epicsGuard < callbackMutex > & cbGuard, unsigned cid, unsigned sid, // X aCC 431
ca_uint16_t typeCode, arrayElementCount count,
unsigned minorVersionNumber, const osiSockAddr & addr )
{