summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/Watchpoint.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-12-03 00:46:21 +0000
committerGreg Clayton <gclayton@apple.com>2011-12-03 00:46:21 +0000
commitc91d804af95f0162600aec0b2d3591d37e3a23f9 (patch)
tree88ad6e2cd8de4a3f248d9dbca6913b115bda3869 /lldb/source/Breakpoint/Watchpoint.cpp
parent0f2a3607e020156a5c0d9e9b69202736e2ca9296 (diff)
downloadbcm5719-llvm-c91d804af95f0162600aec0b2d3591d37e3a23f9.tar.gz
bcm5719-llvm-c91d804af95f0162600aec0b2d3591d37e3a23f9.zip
Fixed some extra warnings that show up with the new clang.
llvm-svn: 145735
Diffstat (limited to 'lldb/source/Breakpoint/Watchpoint.cpp')
-rw-r--r--lldb/source/Breakpoint/Watchpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Breakpoint/Watchpoint.cpp b/lldb/source/Breakpoint/Watchpoint.cpp
index f7a8d651ec5..4645b6072e0 100644
--- a/lldb/source/Breakpoint/Watchpoint.cpp
+++ b/lldb/source/Breakpoint/Watchpoint.cpp
@@ -112,7 +112,7 @@ Watchpoint::DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) c
assert(description_level >= lldb::eDescriptionLevelBrief &&
description_level <= lldb::eDescriptionLevelVerbose);
- s->Printf("Watchpoint %u: addr = 0x%8.8llx size = %zu state = %s type = %s%s",
+ s->Printf("Watchpoint %u: addr = 0x%8.8llx size = %u state = %s type = %s%s",
GetID(),
(uint64_t)m_addr,
m_byte_size,
OpenPOWER on IntegriCloud