forked from OSchip/llvm-project
Fixing a potential control may reach end of non-void function issue
llvm-svn: 162685
This commit is contained in:
parent
0c574f8a4e
commit
8fb5d46ec0
|
@ -981,6 +981,7 @@ LLDBSwigPythonCallSBInputReaderCallback(void *baton,
|
|||
SWIG_PYTHON_THREAD_END_BLOCK;
|
||||
return result;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// For the LogOutputCallback functions
|
||||
|
|
Loading…
Reference in New Issue