From: Chris Lattner Date: Mon, 10 Nov 2008 03:00:37 +0000 (+0000) Subject: silence a warning from gcc. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8341be7ac9e735872fe831d9a1ae5a6154dcc015;p=clang silence a warning from gcc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58956 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp index 8f8a143863..11ce8ea7ff 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/lib/Analysis/GRExprEngine.cpp @@ -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 ... }