mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
Fix -Wcovered-switch-default warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296501 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
114240abb9
commit
584a5d174f
@ -39,8 +39,6 @@ BinaryStreamError::BinaryStreamError(stream_error_code C, StringRef Context)
|
||||
case stream_error_code::filesystem_error:
|
||||
ErrMsg += "An I/O error occurred on the file system.";
|
||||
break;
|
||||
default:
|
||||
llvm_unreachable("Unreachable!");
|
||||
}
|
||||
|
||||
if (!Context.empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user