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

View File

@@ -142,7 +142,7 @@ void recvProcessThread::show ( unsigned level ) const
printf ( "blocking for completion count %u\n", this->blockingForCompletion );
}
if ( level > 1u ) {
printf ( "\tCA client at %p\n", this->pcac );
printf ( "\tCA client at %p\n", static_cast < void * > ( this->pcac ) );
printf ( "\tshutdown command boolean %u\n", this->shutDown );
}
if ( level > 2u ) {