]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed a compiler warning.
authorBart Van Assche <bvanassche@acm.org>
Tue, 17 Aug 2010 15:18:47 +0000 (15:18 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 17 Aug 2010 15:18:47 +0000 (15:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11263

drd/tests/tsan_unittest.cpp

index 6175111fa19764f701cbd5cea12b021185b28e72..6ba123d7626a10988e3eda43004a4c6253d9951b 100644 (file)
@@ -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);
 }