From f8b1abd1c0084525238b2cd11fd2169239b373dd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 17 Aug 2010 15:18:47 +0000 Subject: [PATCH] Fixed a compiler warning. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11263 --- drd/tests/tsan_unittest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drd/tests/tsan_unittest.cpp b/drd/tests/tsan_unittest.cpp index 6175111fa1..6ba123d762 100644 --- a/drd/tests/tsan_unittest.cpp +++ b/drd/tests/tsan_unittest.cpp @@ -6620,7 +6620,7 @@ void Getter() { } usleep(1000); } - printf("T=%ld: non_zero_received=%d\n", + printf("T=%zd: non_zero_received=%d\n", (size_t)pthread_self(), non_zero_received); } -- 2.47.2