diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-08-11 19:17:45 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-11 19:17:45 +0000 |
| commit | 0a76c28a87cd7c5bc1f474174fb55acb84b3b3e6 (patch) | |
| tree | c79b3f2e6e4beae616310b469941a6a54ed87bd2 /lldb/source/Interpreter/ScriptInterpreterPython.cpp | |
| parent | 8446277c1116bd05cd99929f88b336cbcdd8846e (diff) | |
| download | bcm5719-llvm-0a76c28a87cd7c5bc1f474174fb55acb84b3b3e6.tar.gz bcm5719-llvm-0a76c28a87cd7c5bc1f474174fb55acb84b3b3e6.zip | |
To silence the static analyzer.
llvm-svn: 137329
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
| -rw-r--r-- | lldb/source/Interpreter/ScriptInterpreterPython.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp index e7c68e74da9..2db4202d9c8 100644 --- a/lldb/source/Interpreter/ScriptInterpreterPython.cpp +++ b/lldb/source/Interpreter/ScriptInterpreterPython.cpp @@ -700,7 +700,7 @@ ScriptInterpreterPython::ExecuteOneLineWithReturn (const char *in_string, 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; |

