summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-09-09 17:25:43 +0000
committerZachary Turner <zturner@google.com>2015-09-09 17:25:43 +0000
commit84f5b0df8eb7b19997aacb20d978f75d33237e68 (patch)
treeb957fd25015b8241e2bc9304c0991619916fadab /lldb/source/DataFormatters
parentffc277989be5531ebf3f2a6b023f54d7929067b9 (diff)
downloadbcm5719-llvm-84f5b0df8eb7b19997aacb20d978f75d33237e68.tar.gz
bcm5719-llvm-84f5b0df8eb7b19997aacb20d978f75d33237e68.zip
Fix some compiler warnings.
llvm-svn: 247164
Diffstat (limited to 'lldb/source/DataFormatters')
-rw-r--r--lldb/source/DataFormatters/ValueObjectPrinter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/DataFormatters/ValueObjectPrinter.cpp b/lldb/source/DataFormatters/ValueObjectPrinter.cpp
index c88b2fbb4b7..a41273319dd 100644
--- a/lldb/source/DataFormatters/ValueObjectPrinter.cpp
+++ b/lldb/source/DataFormatters/ValueObjectPrinter.cpp
@@ -457,6 +457,7 @@ DumpValueObjectOptions::PointerDepth::CanAllowExpansion (bool is_root,
return m_count > 0;
return false;
}
+ return false;
}
bool
@@ -471,6 +472,7 @@ DumpValueObjectOptions::PointerDepth::CanAllowExpansion () const
case Mode::Never:
return false;
}
+ return false;
}
bool
OpenPOWER on IntegriCloud