From bce695214c4152e66d5ca94133373797dcb88441 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 15 Sep 2011 08:28:04 +0000 Subject: [PATCH] lib: fix compiler warning svn path=/trunk/boinc/; revision=24218 --- checkin_notes | 6 ++++++ lib/coproc.cpp | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index df576e3a3b..25206d24c3 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6089,3 +6089,9 @@ David 14 Sept 2011 sched/ sched_send.cpp sched_version.cpp + +Charlie 15 Sep 2011 + - lib: fix compiler warning. + + lib/ + coproc.cpp diff --git a/lib/coproc.cpp b/lib/coproc.cpp index 2d2b6f3380..f5c6cd14b0 100644 --- a/lib/coproc.cpp +++ b/lib/coproc.cpp @@ -166,7 +166,6 @@ int COPROC::parse(XML_PARSER& xp) { int COPROC::parse_opencl(XML_PARSER& xp) { int n; - unsigned long ul; unsigned long long ull; while (!xp.get_tag()) {