mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
[NFC][libc++] Fixes a compiler warning.
This commit is contained in:
parent
f248d5eed1
commit
c313d0d03b
@ -275,7 +275,7 @@ static bool is_module(header_exportable_declarations::FileType file_type) {
|
||||
|
||||
case header_exportable_declarations::FileType::Unknown:
|
||||
llvm::errs() << "This should be unreachable.\n";
|
||||
break;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user