fixed gnu warning
This commit is contained in:
@@ -73,7 +73,7 @@ void netReadCopyIO::exceptionNotify ( int status,
|
||||
void netReadCopyIO::show ( unsigned level ) const
|
||||
{
|
||||
int tmpType = static_cast <int> ( this->type );
|
||||
printf ( "read copy IO at %p, type %s, element count %u\n",
|
||||
printf ( "read copy IO at %p, type %s, element count %lu\n",
|
||||
this, dbf_type_to_text ( tmpType ), this->count );
|
||||
if ( level > 0u ) {
|
||||
printf ( "\tsequence number %u, user's storage %p\n",
|
||||
|
||||
Reference in New Issue
Block a user