From baa6f589f8f57214a2fa10f83ab885090849d0a7 Mon Sep 17 00:00:00 2001 From: lint <47455468+lint@users.noreply.github.com> Date: Sun, 23 Aug 2020 14:32:02 -0400 Subject: [PATCH] Ignore availibility warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Makefile diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index 032688c..2ea67c8 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include $(THEOS)/makefiles/common.mk TWEAK_NAME = tfdidthatsay tfdidthatsay_FILES = $(wildcard tweak/*.xm tweak/assets/*.m tweak/assets/MMMarkdown/*.m) -tfdidthatsay_CFLAGS = -fobjc-arc +tfdidthatsay_CFLAGS = -fobjc-arc -Wno-unguarded-availability-new tweak/Reddit.xm_CFLAGS = -fno-objc-arc tweak/Apollo.xm_CFLAGS = -fno-objc-arc