More HP aCC warnings fixed

This commit is contained in:
Ralph Lange
2002-10-09 09:12:25 +00:00
parent c0aa7861e6
commit 7bf43f6dcc
2 changed files with 5 additions and 4 deletions

View File

@@ -39,7 +39,8 @@ syncGroupReadNotify * syncGroupReadNotify::factory (
tsFreeList < class syncGroupReadNotify, 128, epicsMutexNOOP > &freeList,
struct CASG &sg, chid chan, void *pValueIn )
{
return new ( freeList ) syncGroupReadNotify ( sg, chan, pValueIn);
return new ( freeList ) // X aCC 930
syncGroupReadNotify ( sg, chan, pValueIn );
}
void syncGroupReadNotify::destroy ( casgRecycle &recycle )