commit | 5e407f834e59b331ae69f79730d1babdb4605e09 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Nov 10 03:00:37 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Nov 10 03:00:37 2008 +0000 |
tree | 62d9a2e8d3ffc7a0826d4fcb2c20016029da7b5b | |
parent | 881964bc7876c335a821293d9a05e21e360ac320 [diff] [blame] |
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 8f8a143..11ce8ea 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/lib/Analysis/GRExprEngine.cpp
@@ -1085,6 +1085,7 @@ bool isFeasibleOutBound = false; const GRState* StOutBound = AssumeInBound(StNotNull, Idx, NumElements, false, isFeasibleOutBound); + StInBound = StOutBound = 0; // FIXME: squeltch warning. // Report warnings ... }