Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Compile warning: libbitcoin_server_a-processblock.o #222

Closed
AltJ opened this issue Jun 28, 2019 · 1 comment
Closed

Compile warning: libbitcoin_server_a-processblock.o #222

AltJ opened this issue Jun 28, 2019 · 1 comment
Projects

Comments

@AltJ
Copy link
Contributor

AltJ commented Jun 28, 2019

On Ubuntu 18.04

  CXX      libbitcoin_server_a-processblock.o
In file included from ./serialize.h:39:0,
                 from ./chain/outpoint.h:24,
                 from ./chain/txin.h:24,
                 from ./chain/tx.h:25,
                 from ./chain/block.h:24,
                 from ./chain/blockindex.h:25,
                 from blockstorage/blockstorage.h:5,
                 from processblock.cpp:31:
./prevector.h: In member function 'void CCheckQueue<T>::Add(std::vector<T>&) [with T = CScriptCheck]':
./prevector.h:280:98: warning: '<anonymous>.prevector<28, unsigned char>::_union.prevector<28, unsigned char>::direct_or_indirect::<anonymous>.prevector<28, unsigned char>::direct_or_indirect::<unnamed struct>::indirect' may be used uninitialized in this function [-Wmaybe-uninitialized]
     const T *indirect_ptr(difference_type pos) const { return reinterpret_cast<const T *>(_union.indirect) + pos; }
                                                                                           ~~~~~~~^~~~~~~~

@Greg-Griffith Greg-Griffith added this to To do in 0.2.5.18 Aug 22, 2019
@Greg-Griffith Greg-Griffith removed this from To do in 0.2.5.18 Aug 29, 2019
@Greg-Griffith Greg-Griffith added this to To do in 0.3.0.0 Oct 28, 2019
@Greg-Griffith Greg-Griffith removed this from To do in 0.3.0.0 Nov 22, 2019
@Greg-Griffith Greg-Griffith added this to In progress in 0.3.0.0 Nov 22, 2019
@Greg-Griffith
Copy link
Collaborator

fixed in #265

0.3.0.0 automation moved this from In progress to Done Nov 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
0.3.0.0
  
Done
Development

No branches or pull requests

2 participants