]> granicus.if.org Git - clang/commitdiff
silence a warning from gcc.
authorChris Lattner <sabre@nondot.org>
Mon, 10 Nov 2008 03:00:37 +0000 (03:00 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Nov 2008 03:00:37 +0000 (03:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58956 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/GRExprEngine.cpp

index 8f8a143863d38feaa50bbcf880ae81f39f912565..11ce8ea7ff98459fc398e828633777e555a66b1f 100644 (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 ...
     }