Skip to content

Commit fe1040f

Browse files
committed
Drop -Wno-shift-count-overflow compile flag
1 parent 154bcd4 commit fe1040f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

configure.ac

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ esac
104104
AX_CHECK_COMPILE_FLAG([-Wall],[WARN_CXXFLAGS="$WARN_CXXFLAGS -Wall"],,[[$CXXFLAG_WERROR]])
105105
AX_CHECK_COMPILE_FLAG([-fvisibility=hidden],[CXXFLAGS="$CXXFLAGS -fvisibility=hidden"],[],[$CXXFLAG_WERROR])
106106

107-
## Some compilers (gcc) ignore unknown -Wno-* options, but warn about all
108-
## unknown options if any other warning is produced. Test the -Wfoo case, and
109-
## set the -Wno-foo case if it works.
110-
AX_CHECK_COMPILE_FLAG([-Wshift-count-overflow],[NOWARN_CXXFLAGS="$NOWARN_CXXFLAGS -Wno-shift-count-overflow"],,[[$CXXFLAG_WERROR]])
111-
112107
if test "x$use_ccache" != "xno"; then
113108
AC_MSG_CHECKING(if ccache should be used)
114109
if test x$CCACHE = x; then

0 commit comments

Comments
 (0)