mirror of
https://github.com/corda/corda.git
synced 2025-02-07 03:29:19 +00:00
Fix warning on confused Mac OS X gcc 4.0
This commit is contained in:
parent
3b0e05b739
commit
33306aa2f5
@ -807,9 +807,8 @@ targetOrNull(Context* c, Value* v)
|
|||||||
return v->target;
|
return v->target;
|
||||||
} else if (v->reads and v->reads->target) {
|
} else if (v->reads and v->reads->target) {
|
||||||
return v->reads->target->readTarget(c, v->reads);
|
return v->reads->target->readTarget(c, v->reads);
|
||||||
} else {
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
class AbstractSite: public Site {
|
class AbstractSite: public Site {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user