Skip to content

Commit 86c5602

Browse files
committed
Removed warning from XCode
1 parent 5cf7bac commit 86c5602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GCD/GCDAsyncSocket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4244,7 +4244,7 @@ - (void)doReadData
42444244
return;
42454245
}
42464246

4247-
BOOL hasBytesAvailable;
4247+
BOOL hasBytesAvailable = NO;
42484248
unsigned long estimatedBytesAvailable;
42494249

42504250
if ([self usingCFStreamForTLS])

0 commit comments

Comments
 (0)