Skip to content

Commit dc3602b

Browse files
committed
fixed clang analyzer warning, looks like a false positive, but fix is harmless
1 parent 14dce73 commit dc3602b

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
@@ -3916,7 +3916,7 @@ - (void)flushSSLBuffers
39163916

39173917
#else
39183918

3919-
__block NSUInteger estimatedBytesAvailable;
3919+
__block NSUInteger estimatedBytesAvailable = 0;
39203920

39213921
dispatch_block_t updateEstimatedBytesAvailable = ^{
39223922

0 commit comments

Comments
 (0)