mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-05 00:46:45 +00:00
Ignore availibility warnings
This commit is contained in:
2
Makefile
Normal file → Executable file
2
Makefile
Normal file → Executable 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
|
||||
|
||||
|
Reference in New Issue
Block a user