[lldb] Suppress MSVC warning C4065
MSVC reports "switch statement contains 'default' but no 'case' labels". Suppress, as this was intended behavior.
Loading
Please sign in to comment
MSVC reports "switch statement contains 'default' but no 'case' labels". Suppress, as this was intended behavior.