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

@@ -62,7 +62,8 @@ cacChannelIO & netWriteNotifyIO::channelIO () const
void netWriteNotifyIO::show ( unsigned level ) const
{
printf ( "read write notify IO at %p\n", this );
printf ( "read write notify IO at %p\n",
static_cast <const void *> ( this ) );
if ( level > 0u ) {
this->baseNMIU::show ( level - 1u );
}