forked from OSchip/llvm-project
Fix -Werror,-Wcovered-switch-default warning in DWARFExpression
as part of an attempt to get lldb building inside llvm with -Werror enabled. llvm-svn: 217418
This commit is contained in:
parent
e53be0662a
commit
34b122fa27
|
@ -2690,11 +2690,6 @@ DWARFExpression::Evaluate
|
|||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
if (error_ptr)
|
||||
error_ptr->SetErrorStringWithFormat ("unhandled value type for DW_OP_piece(%" PRIu64 ")", piece_byte_size);
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
// Check if this is the first piece?
|
||||
|
|
Loading…
Reference in New Issue