autotools: Delete unneeded compiler test
This change makes both Autotools and CMake build systems consistent.
This commit is contained in:
@@ -248,7 +248,7 @@ if test x"$enable_ctime_tests" = x"auto"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
print_msan_notice=no
|
print_msan_notice=no
|
||||||
if test x"$enable_ctime_tests" = x"yes" && test x"$GCC" = x"yes"; then
|
if test x"$enable_ctime_tests" = x"yes"; then
|
||||||
SECP_MSAN_CHECK
|
SECP_MSAN_CHECK
|
||||||
# MSan on Clang >=16 reports unitialized memory in function parameters and return values, even if
|
# MSan on Clang >=16 reports unitialized memory in function parameters and return values, even if
|
||||||
# the uninitalized variable is never actually "used". This is called "eager" checking, and it's
|
# the uninitalized variable is never actually "used". This is called "eager" checking, and it's
|
||||||
|
|||||||
Reference in New Issue
Block a user