From 6d18e794662d75a7280c6857bb9784e938f6eebc Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 4 Dec 2008 02:18:01 +0000 Subject: [PATCH] client: fix compiler warning. svn path=/trunk/boinc/; revision=16615 --- checkin_notes | 6 ++++++ client/rr_sim.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 8e3a6aa486..fc43b80f6d 100644 --- a/checkin_notes +++ b/checkin_notes @@ -9827,3 +9827,9 @@ David 3 Dec 2008 client/ rr_sim.cpp work_fetch.cpp + +Charlie 3 Dec 2008 + - client: fix compiler warning. + + client/ + rr_sim.cpp diff --git a/client/rr_sim.cpp b/client/rr_sim.cpp index 4f3d7f3e3e..8ec578eb61 100644 --- a/client/rr_sim.cpp +++ b/client/rr_sim.cpp @@ -363,7 +363,7 @@ void CLIENT_STATE::rr_simulation() { if (log_flags.rr_simulation) { msg_printf(p, MSG_INFO, "[rr_sim] npending %d last ncpus %f cpu share %f", - p->rr_sim_status.pending.size(), p->rr_sim_status.active_ncpus, proj_cpu_share + (int)p->rr_sim_status.pending.size(), p->rr_sim_status.active_ncpus, proj_cpu_share ); } if (nidle_cpus > 0) {