There was an error while loading. Please reload this page.
-Werror=unguarded-availability
unguarded-availability-new
1 parent 0f4b63e commit 2ddda3aCopy full SHA for 2ddda3a
2 files changed
configure
configure.ac
@@ -2605,8 +2605,8 @@ AS_VAR_IF([ac_cv_gcc_compat], [yes], [
2605
2606
# Error on unguarded use of new symbols, which will fail at runtime for
2607
# users on older versions of macOS
2608
- AX_CHECK_COMPILE_FLAG([-Wunguarded-availability-new],
2609
- [AS_VAR_APPEND([CFLAGS_NODIST], [" -Werror=unguarded-availability-new"])],
+ AX_CHECK_COMPILE_FLAG([-Wunguarded-availability],
+ [AS_VAR_APPEND([CFLAGS_NODIST], [" -Werror=unguarded-availability"])],
2610
[],
2611
[-Werror])
2612
0 commit comments