fixed gnu warning

This commit is contained in:
Jeff Hill
2001-03-07 17:43:36 +00:00
parent c4b424fa1b
commit 9f55d94f8b
+1 -1
View File
@@ -206,7 +206,7 @@ void exPV::show(unsigned level) const
if ( this->pValue.valid () ) {
printf ( "exPV: cond=%d\n", this->pValue->getStat () );
printf ( "exPV: sevr=%d\n", this->pValue->getSevr () );
printf ( "exPV: value=%f\n", static_cast < double > ( * this->pValue );
printf ( "exPV: value=%f\n", static_cast < double > ( * this->pValue ) );
}
printf ( "exPV: interest=%d\n", this->interest );
printf ( "exPV: pScanTimer=%p\n",