From db5832a189484ce23ba24f913106bcc7c35e2623 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 14 Oct 2010 08:11:40 +0000 Subject: [PATCH] client: fix compiler warning svn path=/trunk/boinc/; revision=22503 --- checkin_notes | 10 ++++++++-- client/cs_scheduler.cpp | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index 7f9d665799..b1993209aa 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7237,7 +7237,7 @@ Charlie 8 Oct 2010 samples/ mac_build/ - UpperCase2.xcodeproj + UpperCase2.xcodeproj/ project.pbxproj Charlie 11 Oct 2010 @@ -7255,7 +7255,7 @@ Charlie 11 Oct 2010 Makefile_mac2 MakeMacExample.sh mac_build/ - UpperCase2.xcodeproj + UpperCase2.xcodeproj/ project.pbxproj wrapper/ BuildMacWrapper.sh @@ -7311,3 +7311,9 @@ David 13 Oct 2010 coproc.h client/ coproc_detect.cpp + +Charlie 14 Oct 2010 + - client: fix compiler warning. + + client/ + cs_scheduler.cpp diff --git a/client/cs_scheduler.cpp b/client/cs_scheduler.cpp index 15a8118807..f2b22cc564 100644 --- a/client/cs_scheduler.cpp +++ b/client/cs_scheduler.cpp @@ -239,7 +239,7 @@ int CLIENT_STATE::make_scheduler_request(PROJECT* p) { // report results // - int last_reported_index = 0; + unsigned int last_reported_index = 0; p->nresults_returned = 0; for (i=0; i