diff options
| author | practicalswift <[email protected]> | 2017-07-02 21:57:24 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-07-02 22:00:27 +0200 |
| commit | 959dd8781ed8982df06b52dd3cecc996cf30f76d (patch) | |
| tree | 15b295f8c1b89b55c1f22bd09cb86f9105ce02b2 /src/httpserver.cpp | |
| parent | Merge #10192: Cache full script execution results in addition to signatures (diff) | |
| download | discoin-959dd8781ed8982df06b52dd3cecc996cf30f76d.tar.xz discoin-959dd8781ed8982df06b52dd3cecc996cf30f76d.zip | |
Avoid printing incorrect block indexing time due to uninitialized variable
Fixes:
init.cpp: In function ‘bool AppInitMain(boost::thread_group&, CScheduler&)’:
init.cpp:1499:56: warning: ‘nStart’ may be used uninitialized in this function [-Wmaybe-uninitialized]
LogPrintf(" block index %15dms\n", GetTimeMillis() - nStart);
^
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions