cmake: don't error on apple when using deprecated declarations

This commit is contained in:
Anonymous Maarten
2022-10-06 00:39:47 +02:00
committed by Anonymous Maarten
parent 274ec02581
commit 45da133999
6 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -1622,7 +1622,7 @@ CheckWerror()
dnl See if GCC's -Wno-error=deprecated-declarations is supported.
CheckNoErrorDeprecatedDeclarationsWerror()
{
AC_MSG_CHECKING(for GCC -Werror option)
AC_MSG_CHECKING(for GCC -Wno-error=deprecated-declarations option)
have_gcc_no_werror_deprecated_declarations=no
save_CFLAGS="$CFLAGS"