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