File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4482,7 +4482,7 @@ with_x_arg="$with_x"
44824482
44834483if test -z " $CFLAGS " ; then
44844484 CFLAGS=" -O"
4485- test " $GCC " = yes && CFLAGS=" -O2 -fno-strength-reduce -Wall"
4485+ test " $GCC " = yes && CFLAGS=" -O2 -fno-strength-reduce -Wall -Wno-deprecated-declarations "
44864486fi
44874487if test " $GCC " = yes; then
44884488 gccversion=` $CC -dumpversion`
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ with_x_arg="$with_x"
9090dnl Set default value for CFLAGS if none is defined or it's empty
9191if test -z "$CFLAGS"; then
9292 CFLAGS="-O"
93- test "$GCC" = yes && CFLAGS="-O2 -fno-strength-reduce -Wall"
93+ test "$GCC" = yes && CFLAGS="-O2 -fno-strength-reduce -Wall -Wno-deprecated-declarations "
9494fi
9595if test "$GCC" = yes; then
9696 dnl method that should work for nearly all versions
Original file line number Diff line number Diff line change @@ -750,6 +750,8 @@ static char *(features[]) =
750750
751751static int included_patches [] =
752752{ /* Add new patch number below this line */
753+ /**/
754+ 2437 ,
753755/**/
754756 2436 ,
755757/**/
You can’t perform that action at this time.
0 commit comments