fixed solaris warnings

This commit is contained in:
Jeff Hill
2004-01-23 19:55:11 +00:00
parent 8087b29199
commit bb05cea3c1
27 changed files with 891 additions and 551 deletions

View File

@@ -117,7 +117,7 @@ void syncGroupReadNotify::show (
::printf ( "pending sg read op: pVal=%p\n", this->pValue );
if ( level > 0u ) {
::printf ( "pending sg op: chan=%s magic=%u sg=%p\n",
this->chan->pName(), this->magic,
this->chan->pName(guard), this->magic,
static_cast < void * > ( & this->sg ) );
}
}