Skip to content

Conversation

@paveljanik
Copy link
Contributor

Compiling current master with the ultimate gcc 6 (6.2.1 in my case) brings this warning. While technically useless it can hide important stuff.

  CXX      wallet/libbitcoin_wallet_a-rpcdump.o
wallet/rpcdump.cpp: In function 'UniValue importmulti(const JSONRPCRequest&)':
wallet/rpcdump.cpp:1020:13: warning: 'nLowestTimestamp' may be used uninitialized in this function [-Wmaybe-uninitialized]
     int64_t nLowestTimestamp;
             ^~~~~~~~~~~~~~~~

@sipa
Copy link
Member

sipa commented Nov 10, 2016

utACK bdcba6d

1 similar comment
@jonasschnelli
Copy link
Contributor

utACK bdcba6d

@fanquake
Copy link
Member

utACK bdcba6d

@laanwj laanwj merged commit bdcba6d into bitcoin:master Nov 10, 2016
laanwj added a commit that referenced this pull request Nov 10, 2016
bdcba6d Initialize variable to prevent compiler warning (Pavel Janík)
codablock pushed a commit to codablock/dash that referenced this pull request Jan 15, 2018
bdcba6d Initialize variable to prevent compiler warning (Pavel Janík)
andvgal pushed a commit to energicryptocurrency/gen2-energi that referenced this pull request Jan 6, 2019
bdcba6d Initialize variable to prevent compiler warning (Pavel Janík)
CryptoCentric pushed a commit to absolute-community/absolute that referenced this pull request Feb 24, 2019
bdcba6d Initialize variable to prevent compiler warning (Pavel Janík)
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants