Fixed compiler warning.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7980
This commit is contained in:
Bart Van Assche 2008-05-01 15:39:18 +00:00
parent a1f59b867e
commit cbb9f8f884

View File

@ -31,7 +31,7 @@ static void* thread_func(void* p)
int main(int argc, char** argv)
{
int thread_count;
unsigned thread_count;
int i;
thread_count = argc > 1 ? atoi(argv[1]) : 50;