Fix macOS build.
This commit is contained in:
parent
43be7491ff
commit
4ec738f58f
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue