Skip to content

Commit

Permalink
Merge pull request #13 from seanm/master
Browse files Browse the repository at this point in the history
simple warning fix
  • Loading branch information
robbiehanson committed Dec 24, 2011
2 parents 895625d + dc3602b commit a56ced9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GCD/GCDAsyncSocket.m
Original file line number Diff line number Diff line change
Expand Up @@ -3916,7 +3916,7 @@ - (void)flushSSLBuffers

#else

__block NSUInteger estimatedBytesAvailable;
__block NSUInteger estimatedBytesAvailable = 0;

dispatch_block_t updateEstimatedBytesAvailable = ^{

Expand Down

0 comments on commit a56ced9

Please sign in to comment.