mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
Fix MSVC 'not all control paths return a value' warning. NFC.
This commit is contained in:
parent
4723f3cf03
commit
04754af925
@ -205,6 +205,7 @@ static bool treatLikePointer(QualType Ty, PLTClass C, ASTContext &Context) {
|
||||
case PLTClass::Pointer:
|
||||
return isKnownPointerLikeType(Ty, Context);
|
||||
}
|
||||
llvm_unreachable("Unknown PLTClass enum");
|
||||
}
|
||||
|
||||
// FIXME: move over the other `maybe` functionality from Stencil. Should all be
|
||||
|
Loading…
Reference in New Issue
Block a user