[Lldb-commits] [lldb] r162685 - /lldb/trunk/scripts/Python/python-wrapper.swig
Enrico Granata
egranata at apple.com
Mon Aug 27 11:30:46 PDT 2012
Author: enrico
Date: Mon Aug 27 13:30:45 2012
New Revision: 162685
URL: http://llvm.org/viewvc/llvm-project?rev=162685&view=rev
Log:
Fixing a potential control may reach end of non-void function issue
Modified:
lldb/trunk/scripts/Python/python-wrapper.swig
Modified: lldb/trunk/scripts/Python/python-wrapper.swig
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/python-wrapper.swig?rev=162685&r1=162684&r2=162685&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/python-wrapper.swig (original)
+++ lldb/trunk/scripts/Python/python-wrapper.swig Mon Aug 27 13:30:45 2012
@@ -981,6 +981,7 @@
SWIG_PYTHON_THREAD_END_BLOCK;
return result;
}
+ return 0;
}
// For the LogOutputCallback functions
More information about the lldb-commits
mailing list