Browse Source

Ignore availability warnings

master
lint 3 years ago
parent
commit
4bc55345a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      prefs/Makefile

+ 1
- 1
prefs/Makefile View File

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


Loading…
Cancel
Save