mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix build error - 'default label in switch which covers all enumeration values'
llvm-svn: 322610
This commit is contained in:
parent
a4bf47e131
commit
a0861c6a1a
@ -89,7 +89,5 @@ StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) {
|
||||
return "HRESULT";
|
||||
case PDB_BuiltinType::None:
|
||||
return "...";
|
||||
default:
|
||||
return "void";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user