Skip to content

Commit

Permalink
autotools: Delete unneeded compiler test
Browse files Browse the repository at this point in the history
This change makes both Autotools and CMake build systems consistent.
  • Loading branch information
hebasto committed May 28, 2024
1 parent 396e885 commit f55703b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ if test x"$enable_ctime_tests" = x"auto"; then
fi

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
# 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
Expand Down

0 comments on commit f55703b

Please sign in to comment.