fixed gnu warning
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -92,4 +92,4 @@ inline epicsFloat64 comQueRecv::popFloat64 ()
|
||||
return tmp;
|
||||
}
|
||||
|
||||
#endif // ifndef comQueRecvh
|
||||
#endif // ifndef comQueRecvh
|
||||
|
||||
Reference in New Issue
Block a user