diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 0659e2a74..36b7bdbf4 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -3542,6 +3542,7 @@ void wallet2::refresh(bool trusted_daemon, uint64_t start_height, uint64_t & blo std::vector blocks; std::vector parsed_blocks; bool refreshed = false; + (void)refreshed; // Silence a compiler warning. std::shared_ptr, size_t>> output_tracker_cache; hw::device &hwdev = m_account.get_device();