From 1053e00fff1fc8e03137f3d4a362330f7a989781 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Fri, 8 Feb 2013 14:22:27 +0100 Subject: [PATCH] Removing #warning about Security framework --- AFNetworking/AFURLConnectionOperation.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/AFNetworking/AFURLConnectionOperation.h b/AFNetworking/AFURLConnectionOperation.h index 16f815f..c702f21 100644 --- a/AFNetworking/AFURLConnectionOperation.h +++ b/AFNetworking/AFURLConnectionOperation.h @@ -81,8 +81,6 @@ typedef enum { AFSSLPinningModePublicKey, AFSSLPinningModeCertificate, } AFURLConnectionOperationSSLPinningMode; -#else -#warning Security framework not found in project, or not included in precompiled header. SSL Certificate Pinning functionality will not be available. #endif @interface AFURLConnectionOperation : NSOperation