mirror of https://github.com/BOINC/boinc.git
lib: fix compiler warning
svn path=/trunk/boinc/; revision=24218
This commit is contained in:
parent
a4cccec2cc
commit
bce695214c
|
@ -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
|
||||
|
|
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue