Page MenuHomePhabricator

Fix type mismatch for GetVirtualSizeWith<Descendants|Ancerstors>
ClosedPublic

Authored by Fabien on Jan 19 2020, 12:14.

Details

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.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix_type_mismatch
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9066
Build 16094: Default Diff Build & Tests
Build 16093: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 19 2020, 13:58