From 9f55d94f8b6012f94504eb15bf2153c1fba17920 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 7 Mar 2001 17:43:36 +0000 Subject: [PATCH] fixed gnu warning --- src/cas/example/simple/exPV.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cas/example/simple/exPV.cc b/src/cas/example/simple/exPV.cc index 66e1ddba9..48464b30c 100644 --- a/src/cas/example/simple/exPV.cc +++ b/src/cas/example/simple/exPV.cc @@ -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",