Fix macOS build.

This commit is contained in:
Alex Shvartzkop 2024-06-25 03:02:17 +03:00
parent 43be7491ff
commit 4ec738f58f
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ BOOST_AUTO_TEST_CASE( TestInterceptsNegativeX )
BOOST_AUTO_TEST_CASE( TestHash128 )
{
const HASH_128 zero;
const HASH_128 zero{};
for( size_t i = 0; i < 16; i++ )
BOOST_CHECK( zero.Value8[i] == 0 );