summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-09-09 06:03:28 +0000
committerEric Christopher <echristo@gmail.com>2014-09-09 06:03:28 +0000
commit34b122fa277d4d620914ea327305d87efa93df26 (patch)
treee1415a8db1f1b05dda6c8a7dd4a826f3bff14054 /lldb/source
parente53be0662adacb2a98b17d2375d781d0ce819805 (diff)
downloadbcm5719-llvm-34b122fa277d4d620914ea327305d87efa93df26.tar.gz
bcm5719-llvm-34b122fa277d4d620914ea327305d87efa93df26.zip
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
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Expression/DWARFExpression.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Expression/DWARFExpression.cpp b/lldb/source/Expression/DWARFExpression.cpp
index 44b64ab1bf2..760952137c0 100644
--- a/lldb/source/Expression/DWARFExpression.cpp
+++ b/lldb/source/Expression/DWARFExpression.cpp
@@ -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?
OpenPOWER on IntegriCloud