forked from OSchip/llvm-project
Silence GCC warning about dropping off a fully covered switch.
llvm-svn: 194077
This commit is contained in:
parent
3364fe149c
commit
77db163645
|
@ -3273,6 +3273,7 @@ class BitcodeErrorCategoryType : public _do_message {
|
|||
case BitcodeReader::InvalidValue:
|
||||
return "Invalid value";
|
||||
}
|
||||
llvm_unreachable("Unknown error type!");
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue