From 8fb5d46ec0895e1177dd89fdef5fa8123daf3441 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Mon, 27 Aug 2012 18:30:45 +0000 Subject: Fixing a potential control may reach end of non-void function issue llvm-svn: 162685 --- lldb/scripts/Python/python-wrapper.swig | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/scripts/Python') 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 -- cgit v1.2.3