Skip to content

Conversation

@robertmryan
Copy link
Collaborator

Fix long long references for 32-bit targets (see issue #586);

Fix potentially ambiguous if test for NSNumber * pointer (see issue #587); and

Turn on documentation warnings.

... in `valueLong` and `resultLong`
The static analyzer points out a potential ambiguity where `if (number) { ... }`, where `number` is a `NSNumber` might be construed as either `if (number != nil) { ... }` or `if ([number boolValue]) { ... }`. They suggest making it explicit to avoid any ambiguity.
@ccgus ccgus merged commit 6617390 into ccgus:master Jun 4, 2017
@ccgus
Copy link
Owner

ccgus commented Jun 4, 2017

Look good, thanks all 👍

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.

2 participants