lib: fix compiler warning

svn path=/trunk/boinc/; revision=24218
This commit is contained in:
Charlie Fenton 2011-09-15 08:28:04 +00:00
parent a4cccec2cc
commit bce695214c
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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()) {