Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Avoid printing incorrect block indexing time due to uninitialized variable #10714
+3
−1
Conversation
fanquake
referenced
this pull request
Jul 7, 2017
Closed
Build System: Prevent warning about "maybe uninitialized variable" nStart in init.cpp #10768
|
utACK |
jonasschnelli
added the
Refactoring
label
Jul 7, 2017
|
Tested ACK 959dd87. |
TheBlueMatt
referenced
this pull request
Jul 12, 2017
Merged
Avoid some new gcc warnings in 15 #10808
sipa
merged commit 959dd87
into
bitcoin:master
Jul 12, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
sipa
added a commit
that referenced
this pull request
Jul 12, 2017
|
|
sipa |
2a09a38
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
practicalswift commentedJul 2, 2017
Avoid printing incorrect block indexing time due to uninitialized variable.
Fixes:
In this fix I've assumed that block indexing time is only relevant to print in case of
fLoaded. Let me know if that assumption is incorrect.