[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction' has...
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 3 Dec 2019 14:53:26 +0000 (09:53 -0500)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 3 Dec 2019 14:53:26 +0000 (09:53 -0500)
commit1cc0ba4cbdc54200e1b3c65e83e51a5368a819ea
tree0959adc78d4034e2df0295bca1969f876d890651
parent8bf31e28d7b6eb5743bda82fc5f8a98152b50e57
[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction' has C-linkage specified, but returns UDT 'llvm::Expected<bool>' which is incompatible with C

Differential Revision: https://reviews.llvm.org/D70830
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp