From 787d1623b0e349b0bafc9048017a5b2c2cde3e59 Mon Sep 17 00:00:00 2001 From: Matt Kopec Date: Tue, 12 Mar 2013 17:45:38 +0000 Subject: Misc. clang build warning fixes. llvm-svn: 176879 --- lldb/source/Expression/ClangExpressionDeclMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Expression') diff --git a/lldb/source/Expression/ClangExpressionDeclMap.cpp b/lldb/source/Expression/ClangExpressionDeclMap.cpp index 078825797dc..e747f5b56f0 100644 --- a/lldb/source/Expression/ClangExpressionDeclMap.cpp +++ b/lldb/source/Expression/ClangExpressionDeclMap.cpp @@ -2307,7 +2307,7 @@ ClangExpressionDeclMap::DoMaterializeOneVariable { if (value_byte_size != value_data_extractor.GetByteSize()) { - err.SetErrorStringWithFormat ("Size mismatch for %s: %llu versus %llu", + err.SetErrorStringWithFormat ("Size mismatch for %s: %" PRIu64 " versus %" PRIu64, name.GetCString(), (uint64_t)value_data_extractor.GetByteSize(), (uint64_t)value_byte_size); -- cgit v1.2.3