fixed gnu warnings

This commit is contained in:
Jeff Hill
2004-01-15 02:51:35 +00:00
parent 60a797048a
commit a2531d6bc9
4 changed files with 8 additions and 4 deletions

View File

@@ -43,7 +43,7 @@
dbChannelIO::dbChannelIO (
epicsMutex & mutexIn, cacChannelNotify & notify,
const dbAddr & addrIn, dbContext & serviceIO ) :
mutex ( mutexIn ), cacChannel ( notify ), serviceIO ( serviceIO ),
cacChannel ( notify ), mutex ( mutexIn ), serviceIO ( serviceIO ),
addr ( addrIn )
{
}