commit | 60a7df56b7d67b2fabaf20192bf6c313c36f27e5 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Thu Aug 11 19:17:45 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Thu Aug 11 19:17:45 2011 +0000 |
tree | f0d260e1306149036ff8c94d77741178f78b0d57 | |
parent | b822658f49a461f9d6eff177c67c264226b9648e [diff] [blame] |
To silence the static analyzer. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@137329 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/ScriptInterpreterPython.cpp b/source/Interpreter/ScriptInterpreterPython.cpp index e7c68e7..2db4202 100644 --- a/source/Interpreter/ScriptInterpreterPython.cpp +++ b/source/Interpreter/ScriptInterpreterPython.cpp
@@ -700,7 +700,7 @@ PyObject *globals = PyModule_GetDict (mainmod); PyObject *locals = NULL; PyObject *py_error = NULL; - bool ret_success; + bool ret_success = false; bool should_decrement_locals = false; int success;