HomePhabricator

Fix type mismatch for GetVirtualSizeWith<Descendants|Ancerstors>

Description

Fix type mismatch for GetVirtualSizeWith<Descendants|Ancerstors>

Summary:
These methods are declared to return an uint64_t but there definition
returns a size_t, which breaks the build on 32 bit platforms (and OSX
for some reason).

Test Plan:

ninja check

Run the Gitian builds.

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D5024

Details

Provenance
FabienAuthored on Jan 19 2020, 11:07
jasonbcoxPushed on Jan 19 2020, 19:32
Reviewer
Restricted Project
Differential Revision
D5024: Fix type mismatch for GetVirtualSizeWith<Descendants|Ancerstors>
Parents
rSTAGING3e255713bfa6: simplify ATMP standard flag computation [2/2] - move computation to another…
Branches
Unknown
Tags
Unknown