fixed gnu warnings

This commit is contained in:
Jeff Hill
2001-03-07 17:13:19 +00:00
parent 48f0c6aede
commit 8b38402d4b
7 changed files with 15 additions and 10 deletions

View File

@@ -22,7 +22,7 @@
tsFreeList < class getCopy, 1024 > getCopy::freeList;
epicsMutex getCopy::freeListMutex;
getCopy::getCopy ( cac &cacCtxIn, chtype typeIn,
getCopy::getCopy ( cac &cacCtxIn, unsigned typeIn,
unsigned long countIn, void *pValueIn ) :
count ( countIn ), cacCtx ( cacCtxIn ), pValue ( pValueIn ),
readSeq ( cacCtxIn.sequenceNumberOfOutstandingIO () ), type ( typeIn )