Fixed warning.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34773 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c5154d568f
commit
f627a56a9b
@ -857,7 +857,7 @@ public:
|
||||
<< format_nanotime(threadStateEndTime - threadStateTime);
|
||||
|
||||
if (!ioRequests.IsEmpty()) {
|
||||
int32 scheduler;
|
||||
int32 scheduler = 0;
|
||||
for (int32 i = 0; Model::IORequest* request = ioRequests.ItemAt(i);
|
||||
i++) {
|
||||
if (i == 0 || scheduler != request->Scheduler()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user