summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/NSIndexPath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/DataFormatters/NSIndexPath.cpp')
-rw-r--r--lldb/source/DataFormatters/NSIndexPath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/DataFormatters/NSIndexPath.cpp b/lldb/source/DataFormatters/NSIndexPath.cpp
index 745fb78c265..ee9583ef4cc 100644
--- a/lldb/source/DataFormatters/NSIndexPath.cpp
+++ b/lldb/source/DataFormatters/NSIndexPath.cpp
@@ -86,7 +86,7 @@ public:
bool has_indexes(false),has_length(false);
- for (auto x = 0;
+ for (size_t x = 0;
x < descriptor->GetNumIVars();
x++)
{
OpenPOWER on IntegriCloud