Browse Source

Ignore availibility warnings

master
lint 3 years ago
parent
commit
baa6f589f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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


Loading…
Cancel
Save