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

@@ -114,7 +114,8 @@ void syncGroupNotify::completionNotify ( cacChannelIO &,
void syncGroupNotify::show ( unsigned /* level */ ) const
{
printf ( "pending sg op: pVal=%p, magic=%u seqNo=%lu sg=%p\n",
this->pValue, this->magic, this->seqNo, &this->sg);
this->pValue, this->magic, this->seqNo,
static_cast <void *> ( &this->sg ) );
}
void syncGroupNotify::exceptionNotify ( cacChannelIO &io,