From 351971a7498d7be3c10c035db0da82f23925587d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 1 Nov 1999 17:50:27 +0000 Subject: [PATCH] fixed sunpro warning --- src/cas/generic/casPVI.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cas/generic/casPVI.cc b/src/cas/generic/casPVI.cc index 0d1ef1913..6b68b323f 100644 --- a/src/cas/generic/casPVI.cc +++ b/src/cas/generic/casPVI.cc @@ -228,11 +228,11 @@ void casPVI::updateEnumStringTable () } } else if (pTmp->dimension()==1) { - gddStatus status; + gddStatus gdd_status; aitIndex index, first, count; - status = pTmp->getBound (0, first, count); - assert (status == 0); + gdd_status = pTmp->getBound (0, first, count); + assert (gdd_status == 0); // // preallocate the correct amount