8000 gh-121040: Remove fallthrough warnings compiler option (gh-121041) · python/cpython@ef28f6d · GitHub
[go: up one dir, main page]

Skip to content

Commit ef28f6d

Browse files
authored
gh-121040: Remove fallthrough warnings compiler option (gh-121041)
Remove fallthrough warnings
1 parent 9056597 commit ef28f6d

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

configure

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,6 @@ AS_VAR_IF([with_strict_overflow], [yes],
24532453

24542454
# Enable flags that warn and protect for potential security vulnerabilities.
24552455
# These flags should be enabled by default for all builds.
2456-
AX_CHECK_COMPILE_FLAG([-Wimplicit-fallthrough], [BASECFLAGS="$BASECFLAGS -Wimplicit-fallthrough"], [AC_MSG_WARN([-Wimplicit-fallthrough not supported])], [-Werror])
24572456
AX_CHECK_COMPILE_FLAG([-fstack-protector-strong], [BASECFLAGS="$BASECFLAGS -fstack-protector-strong"], [AC_MSG_WARN([-fstack-protector-strong not supported])], [-Werror])
24582457
AX_CHECK_COMPILE_FLAG([-Wtrampolines], [BASECFLAGS="$BASECFLAGS -Wtrampolines"], [AC_MSG_WARN([-Wtrampolines not supported])], [-Werror])
24592458

0 commit comments

Comments
 (0)
0