fixed gnu warnings

This commit is contained in:
Jeff Hill
2001-02-16 03:19:38 +00:00
parent 10c1cd7569
commit a1801b7808
5 changed files with 16 additions and 10 deletions

View File

@@ -196,7 +196,7 @@ void dbChannelIO::show ( unsigned level ) const
{
this->lock ();
printf ("channel at %p attached to local database record %s\n",
this, this->addr.precord->name );
static_cast <const void *> ( this ), this->addr.precord->name );
if ( level > 0u ) {
printf ( "\ttype %s, element count %li, field at %p\n",