fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver git-svn-id: svn://10.0.0.236/trunk@89986 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
printf("failed to get current thread\n");
|
||||
return rv;
|
||||
}
|
||||
printf("running %d on thread %x\n", mNum, thread.get());
|
||||
printf("running %d on thread %p\n", mNum, (void *)thread.get());
|
||||
|
||||
// if we don't do something slow, we'll never see the other
|
||||
// worker threads run
|
||||
|
||||
Reference in New Issue
Block a user