From c91d804af95f0162600aec0b2d3591d37e3a23f9 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Sat, 3 Dec 2011 00:46:21 +0000 Subject: Fixed some extra warnings that show up with the new clang. llvm-svn: 145735 --- lldb/source/Breakpoint/Watchpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Breakpoint/Watchpoint.cpp') 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, -- cgit v1.2.3