fixed sunpro warning

This commit is contained in:
Jeff Hill
1999-11-01 17:50:27 +00:00
parent 14b4aa9a33
commit 351971a749
+3 -3
View File
@@ -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