fixed gnu warnings
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user