mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19: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;
|
||||
} else if (v->reads and v->reads->target) {
|
||||
return v->reads->target->readTarget(c, v->reads);
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
class AbstractSite: public Site {
|
||||
|
Loading…
x
Reference in New Issue
Block a user