mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
Fix "not all control paths return a value" MSVC warning. NFC.
This commit is contained in:
parent
993060e1d3
commit
10d6562ff1
@ -3331,6 +3331,7 @@ bool FunctionDecl::isInlineBuiltinDeclaration() const {
|
||||
case GVA_StrongExternal:
|
||||
return true;
|
||||
}
|
||||
llvm_unreachable("Unknown GVALinkage");
|
||||
}
|
||||
|
||||
bool FunctionDecl::isDestroyingOperatorDelete() const {
|
||||
|
Loading…
Reference in New Issue
Block a user