I was making and an error came up Expected behavior
no errors Actual behavior
CXX libbitcoin_server_a-txmempool.o txmempool.cpp: In member function ‘CTxMemPool::setEntries CTxMemPool::GetIterSet(const std::set&) const’: txmempool.cpp:883:29: warning: ‘’ may be used uninitialized in this function [-Wmaybe-uninitialized] 883 | return Optional{};
To reproduce
happens everytime System information
github latest version
linux amd cpu nvme disk
CXX libbitcoin_server_a-txmempool.o txmempool.cpp: In member function ‘CTxMemPool::setEntries CTxMemPool::GetIterSet(const std::set&) const’: txmempool.cpp:883:29: warning: ‘’ may be used uninitialized in this function [-Wmaybe-uninitialized] 883 | return Optional{};