forked from OSchip/llvm-project
Silence a warning from r201905
Avoid a warning about reaching the end of a non-void function after a covered switch. llvm-svn: 201919
This commit is contained in:
parent
7a72601099
commit
090995122d
|
@ -554,6 +554,7 @@ class VFSFromYAMLParser {
|
|||
Status("", "", getNextVirtualUniqueID(), sys::TimeValue::now(), 0, 0,
|
||||
0, file_type::directory_file, sys::fs::all_all));
|
||||
}
|
||||
llvm_unreachable("unknown EntryKind in switch");
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue