Skip to content

Fix warning: Implicit conversion loses integer precision: 'NSUInteger…#22

Open
koogawa wants to merge 1 commit intofoursquare:masterfrom
koogawa:master
Open

Fix warning: Implicit conversion loses integer precision: 'NSUInteger…#22
koogawa wants to merge 1 commit intofoursquare:masterfrom
koogawa:master

Conversation

@koogawa
Copy link

@koogawa koogawa commented Jul 21, 2015

FSNConnection.m:523:36: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'

image

Reason: The count method of NSArray returns an NSUInteger.

I changed type of concurrencyCountAtStart to NSUInteger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant