mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 05:40:09 +00:00
[lldb] On Windows, silence warning with latest MSVC
This fixes: ``` [6083/7449] Building CXX object tools\lldb\source\Commands\CMakeFiles\lldbCommands.dir\CommandObjectFrame.cpp.obj C:\git\llvm-project\lldb\source\Commands\CommandObjectFrame.cpp(497) : warning C4715: 'CommandObjectFrameVariable::ScopeRequested': not all control paths return a value ```
This commit is contained in:
parent
61b5bf85f0
commit
9110c2b402
@ -494,6 +494,7 @@ protected:
|
||||
case eValueTypeVTableEntry:
|
||||
return false;
|
||||
}
|
||||
llvm_unreachable("Unexpected scope value");
|
||||
}
|
||||
|
||||
/// Finds all the variables in `all_variables` whose name matches `regex`,
|
||||
|
Loading…
Reference in New Issue
Block a user