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
+1 -1
View File
@@ -34,7 +34,7 @@ tsFreeList < struct CASG, 128 > CASG::freeList;
epicsMutex CASG::freeListMutex;
CASG::CASG (cac &cacIn) :
client (cacIn), magic (CASG_MAGIC), opPendCount (0u), seqNo (0u)
client (cacIn), opPendCount (0u), magic (CASG_MAGIC), seqNo (0u)
{
client.installCASG ( *this );
}