Removing quotes for #warning macros
This commit is contained in:
parent
fd157cb7de
commit
a495902c65
1 changed files with 2 additions and 2 deletions
|
|
@ -79,11 +79,11 @@ typedef enum {
|
||||||
AFNetworkReachabilityStatusReachableViaWiFi = 2,
|
AFNetworkReachabilityStatusReachableViaWiFi = 2,
|
||||||
} AFNetworkReachabilityStatus;
|
} AFNetworkReachabilityStatus;
|
||||||
#else
|
#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
|
#endif
|
||||||
|
|
||||||
#ifndef __UTTYPE__
|
#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
|
#endif
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue