[lldb] Suppress MSVC warning C4065
authorTatyana Krasnukha <tatyana@synopsys.com>
Tue, 4 Aug 2020 17:53:30 +0000 (20:53 +0300)
committerTatyana Krasnukha <tatyana@synopsys.com>
Wed, 5 Aug 2020 08:59:48 +0000 (11:59 +0300)
commitbc056b3aa7130923ab9ad0505c5a8d65ea721e39
treefaae3953d71f42b82a55775ee884744d59189aa7
parent75012a80440f2302d3dc0e57ea264b9c26c26789
[lldb] Suppress MSVC warning C4065

MSVC reports "switch statement contains 'default' but no 'case' labels". Suppress,
as this was intended behavior.
lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp