Skip to content

Commit

Permalink
Don't error out when using deprecated functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jul 28, 2023
1 parent 42b2750 commit 381ff94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -5235,7 +5235,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
if test x$enable_maintainer = xyes
then :

WARNINGS="$WARNINGS -Werror"
WARNINGS="$WARNINGS -Werror -Wno-error=deprecated"

fi

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ AS_IF([test -n "$GCC"], [
dnl Maintainer mode enables -Werror...
AS_IF([test x$enable_maintainer = xyes], [
WARNINGS="$WARNINGS -Werror"
WARNINGS="$WARNINGS -Werror -Wno-error=deprecated"
])
dnl See if PIE options are supported...
Expand Down

0 comments on commit 381ff94

Please sign in to comment.