Skip to content

Commit b1e3a08

Browse files
committed
Merge pull request robbiehanson#167 from mattsoftware/master
Removed a warning from latest xcode
2 parents 874da49 + 86c5602 commit b1e3a08

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)