Skip to content

Commit 2f01f4d

Browse files
nohlsonnoahbkim
authored andcommitted
pythongh-121040: Remove fallthrough warnings compiler option (pythongh-121041)
Remove fallthrough warnings
1 parent de0439e commit 2f01f4d

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)