diff options
author | Enrico Granata <egranata@apple.com> | 2012-08-27 18:30:45 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2012-08-27 18:30:45 +0000 |
commit | 8fb5d46ec0895e1177dd89fdef5fa8123daf3441 (patch) | |
tree | 3c4630b2e10f09b615e101d6197e81725106d3ba /lldb/scripts/Python/python-wrapper.swig | |
parent | 0c574f8a4e4afa07916d969afcfcd2588aa1756e (diff) | |
download | bcm5719-llvm-8fb5d46ec0895e1177dd89fdef5fa8123daf3441.tar.gz bcm5719-llvm-8fb5d46ec0895e1177dd89fdef5fa8123daf3441.zip |
Fixing a potential control may reach end of non-void function issue
llvm-svn: 162685
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
-rw-r--r-- | lldb/scripts/Python/python-wrapper.swig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig index ea8fb29750d..113447ee910 100644 --- a/lldb/scripts/Python/python-wrapper.swig +++ b/lldb/scripts/Python/python-wrapper.swig @@ -981,6 +981,7 @@ LLDBSwigPythonCallSBInputReaderCallback(void *baton, SWIG_PYTHON_THREAD_END_BLOCK; return result; } + return 0; } // For the LogOutputCallback functions |