mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Resolve printf formatting warnings on Linux:
- use macros from inttypes.h for format strings instead of OS-specific types Patch from Matt Kopec! llvm-svn: 168945
This commit is contained in:
@@ -235,7 +235,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 = %u state = %s type = %s%s",
|
||||
s->Printf("Watchpoint %u: addr = 0x%8.8" PRIx64 " size = %u state = %s type = %s%s",
|
||||
GetID(),
|
||||
GetLoadAddress(),
|
||||
m_byte_size,
|
||||
|
||||
Reference in New Issue
Block a user