Skip to content

Commit

Permalink
[Makefile] We don’t need to silence this warning any more
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed May 23, 2022
1 parent c116e1e commit 81a3edd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ include $(THEOS)/makefiles/common.mk

XCODEPROJ_NAME = Zebra

# CLANG_WARN_STRICT_PROTOTYPES=NO required to ignore a warning treated as error from LNPopupController
Zebra_XCODEFLAGS = PACKAGE_VERSION='@\"$(THEOS_PACKAGE_BASE_VERSION)\"' \
CODE_SIGN_IDENTITY="" AD_HOC_CODE_SIGNING_ALLOWED=YES \
CLANG_WARN_STRICT_PROTOTYPES=NO
CODE_SIGN_IDENTITY="" AD_HOC_CODE_SIGNING_ALLOWED=YES
Zebra_CODESIGN_FLAGS = -SZebra/Zebra.entitlements

include $(THEOS_MAKE_PATH)/xcodeproj.mk
Expand Down

0 comments on commit 81a3edd

Please sign in to comment.