Skip to content

Commit fe9d1a2

Browse files
authored
Merge pull request #588 from evoskuil/master
Fix debug build regression.
2 parents 0511d27 + 9439a26 commit fe9d1a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/primitives/nomap.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ BOOST_AUTO_TEST_CASE(nomap__record_get__excess__false)
530530
test::chunk_storage body_store{ body_file };
531531
const nomap<link5, record_excess::size> instance{ head_store, body_store };
532532

533+
BC_DEBUG_ONLY(record_excess record{};)
533534
BC_DEBUG_ONLY(BOOST_REQUIRE(!instance.get(zero, record));)
534535
BOOST_REQUIRE(!instance.get_fault());
535536
}

0 commit comments

Comments
 (0)