From 84bec6ceba49fabae170469ce538088a362cff7d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Apr 2001 23:41:47 +0000 Subject: [PATCH] fixed gnu warning --- src/ca/CASG.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/CASG.cpp b/src/ca/CASG.cpp index 11dcf9289..75a42c74d 100644 --- a/src/ca/CASG.cpp +++ b/src/ca/CASG.cpp @@ -133,7 +133,7 @@ void CASG::reset () void CASG::show ( unsigned level ) const { - printf ( "Sync Group: id=%u, magic=%u, opPend=%lu\n", + printf ( "Sync Group: id=%u, magic=%u, opPend=%u\n", this->getId (), this->magic, this->ioList.count () ); if ( level ) { epicsAutoMutex locker ( this->mutex );