From 4bc55345a8b4f6280b63a2021d5ff5c6e6c3600c Mon Sep 17 00:00:00 2001 From: lint <47455468+lint@users.noreply.github.com> Date: Thu, 5 Nov 2020 20:29:46 -0500 Subject: [PATCH] Ignore availability warnings --- prefs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefs/Makefile b/prefs/Makefile index 68297ee..42c0d21 100644 --- a/prefs/Makefile +++ b/prefs/Makefile @@ -8,7 +8,7 @@ TFDidThatSayPrefs_FILES = TFDTSRootListController.m TFDidThatSayPrefs_INSTALL_PATH = /Library/PreferenceBundles TFDidThatSayPrefs_FRAMEWORKS = UIKit TFDidThatSayPrefs_PRIVATE_FRAMEWORKS = Preferences -TFDidThatSayPrefs_CFLAGS = -fobjc-arc +TFDidThatSayPrefs_CFLAGS = -fobjc-arc -Wno-unguarded-availability-new include $(THEOS_MAKE_PATH)/bundle.mk