mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Fixed compiler warning.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7980
This commit is contained in:
parent
a1f59b867e
commit
cbb9f8f884
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user