fixed gnu warnings

This commit is contained in:
Jeff Hill
2001-02-16 02:26:11 +00:00
parent 88457cce79
commit c38a119e68
15 changed files with 42 additions and 27 deletions

View File

@@ -136,7 +136,7 @@ void recvProcessThread::show ( unsigned level ) const
{
epicsAutoMutex autoMutex ( this->mutex );
printf ( "CA receive processing thread at %p state=%s\n",
this, this->processing ? "busy" : "idle");
static_cast <const void *> ( this ), this->processing ? "busy" : "idle");
if ( level > 0u ) {
printf ( "enable count %u\n", this->enableRefCount );
printf ( "blocking for completion count %u\n", this->blockingForCompletion );