HomePhabricator

Fix compiler warnings
02bec4b268faUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Fix compiler warnings

Fixes the following compiler warning

miner.cpp: In constructor ‘COrphan::COrphan(const CTransaction*)’:
miner.cpp:69:14: warning: ‘COrphan::feeRate’ will be initialized after [-Wreorder]
     CFeeRate feeRate;
              ^
miner.cpp:68:12: warning:   ‘double COrphan::dPriority’ [-Wreorder]
     double dPriority;
            ^
miner.cpp:71:5: warning:   when initialized here [-Wreorder]
     COrphan(const CTransaction* ptxIn) : ptx(ptxIn), feeRate(0), dPriority(0)

Details

Provenance
Drak <drak@zikula.org>Authored on Jun 7 2014, 11:57
deadalnixPushed on May 14 2017, 22:04
Parents
rABCdb41541bc2e6: qt: Periodic translation update
Branches
Unknown
Tags
Unknown

Event Timeline

Drak <drak@zikula.org> committed rABC02bec4b268fa: Fix compiler warnings (authored by Drak <drak@zikula.org>).Jun 7 2014, 11:57