Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fixed build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Jan 20, 2016
1 parent a4c61bd commit 5b6eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GCDWebServer/Core/GCDWebServerFunctions.m
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ BOOL GCDWebServerIsTextContentType(NSString* type) {
NSString* GCDWebServerGetPrimaryIPAddress(BOOL useIPv6) {
NSString* address = nil;
#if TARGET_OS_IPHONE
#if !TARGET_IPHONE_SIMULATOR
#if !TARGET_IPHONE_SIMULATOR && !TARGET_OS_TV
const char* primaryInterface = "en0"; // WiFi interface on iOS
#endif
#else
Expand Down

0 comments on commit 5b6eebb

Please sign in to comment.