From a495902c6572c8dc2edfe95cf371a9c622635a49 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Tue, 6 Nov 2012 09:10:22 -0800 Subject: [PATCH] Removing quotes for #warning macros --- AFNetworking/AFHTTPClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AFNetworking/AFHTTPClient.h b/AFNetworking/AFHTTPClient.h index 2969c8c..7ef1f1f 100644 --- a/AFNetworking/AFHTTPClient.h +++ b/AFNetworking/AFHTTPClient.h @@ -79,11 +79,11 @@ typedef enum { AFNetworkReachabilityStatusReachableViaWiFi = 2, } AFNetworkReachabilityStatus; #else -#warning "SystemConfiguration framework not found in project, or not included in precompiled header. Network reachability functionality will not be available." +#warning SystemConfiguration framework not found in project, or not included in precompiled header. Network reachability functionality will not be available. #endif #ifndef __UTTYPE__ -#warning "CoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available." +#warning CoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available. #endif typedef enum {