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