summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNate Ohlson <nohlson@purdue.edu>2024-09-18 03:55:09 (GMT)
committerGitHub <noreply@github.com>2024-09-18 03:55:09 (GMT)
commit29a1a6e3ed6f606939b4aaf8d6955f368c3be3fc (patch)
tree0dc2ef04790332e8c4d13eb21c7de5573e3f5c69 /configure.ac
parentd8c0fe1944ac41787e16fa60e608f56c8235e100 (diff)
downloadcpython-29a1a6e3ed6f606939b4aaf8d6955f368c3be3fc.zip
cpython-29a1a6e3ed6f606939b4aaf8d6955f368c3be3fc.tar.gz
cpython-29a1a6e3ed6f606939b4aaf8d6955f368c3be3fc.tar.bz2
gh-124191: Disable -Wconversion in enable safety (gh-124192)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ab6233a..e83cba4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2514,7 +2514,6 @@ if test "$enable_safety" = "yes"
then
AX_CHECK_COMPILE_FLAG([-fstack-protector-strong], [CFLAGS_NODIST="$CFLAGS_NODIST -fstack-protector-strong"], [AC_MSG_WARN([-fstack-protector-strong not supported])], [-Werror])
AX_CHECK_COMPILE_FLAG([-Wtrampolines], [CFLAGS_NODIST="$CFLAGS_NODIST -Wtrampolines"], [AC_MSG_WARN([-Wtrampolines not supported])], [-Werror])
- AX_CHECK_COMPILE_FLAG([-Wconversion], [CFLAGS_NODIST="$CFLAGS_NODIST -Wconversion"], [AC_MSG_WARN([-Wconversion not supported])], [-Werror])
AX_CHECK_COMPILE_FLAG([-Wimplicit-fallthrough], [CFLAGS_NODIST="$CFLAGS_NODIST -Wimplicit-fallthrough"], [AC_MSG_WARN([-Wimplicit-fallthrough not supported])], [-Werror])
AX_CHECK_COMPILE_FLAG([-Werror=format-security], [CFLAGS_NODIST="$CFLAGS_NODIST -Werror=format-security"], [AC_MSG_WARN([-Werror=format-security not supported])], [-Werror])
AX_CHECK_COMPILE_FLAG([-Wbidi-chars=any], [CFLAGS_NODIST="$CFLAGS_NODIST -Wbidi-chars=any"], [AC_MSG_WARN([-Wbidi-chars=any not supported])], [-Werror])