silence a warning from gcc.

llvm-svn: 58956
This commit is contained in:
Chris Lattner 2008-11-10 03:00:37 +00:00
parent 4978d35967
commit 231f7bbdbe
1 changed files with 1 additions and 0 deletions

View File

@ -1085,6 +1085,7 @@ const GRState* GRExprEngine::EvalLocation(Expr* Ex, NodeTy* Pred,
bool isFeasibleOutBound = false;
const GRState* StOutBound = AssumeInBound(StNotNull, Idx, NumElements,
false, isFeasibleOutBound);
StInBound = StOutBound = 0; // FIXME: squeltch warning.
// Report warnings ...
}