fixed gnu warning

This commit is contained in:
Jeff Hill
2001-09-07 23:25:54 +00:00
parent ad819cba65
commit 43a5ce763b
2 changed files with 3 additions and 3 deletions

View File

@@ -96,8 +96,8 @@ private:
static epicsMutex freeListMutex;
};
inline comBuf::comBuf () : nextWriteIndex ( 0u ),
nextReadIndex ( 0u ), commitIndex ( 0u )
inline comBuf::comBuf () : commitIndex ( 0u ),
nextWriteIndex ( 0u ), nextReadIndex ( 0u )
{
}

View File

@@ -92,4 +92,4 @@ inline epicsFloat64 comQueRecv::popFloat64 ()
return tmp;
}
#endif // ifndef comQueRecvh
#endif // ifndef comQueRecvh