Skip to content

4.2.0 Compile warnings #96

@nesterenkodm

Description

@nesterenkodm

Having deployment target iOS 7.0+;

...Adjust/Adjust/ADJUtil.m:50:10: warning: comparison of address of 'NSURLIsExcludedFromBackupKey' equal to a null pointer is always false [-Wtautological-pointer-compare]
    if (&NSURLIsExcludedFromBackupKey == nil) { // iOS 5.0.1 and lower

...Adjust/Adjust/ADJPackageBuilder.m:222:15: warning: comparison of constant 0 with expression of type 'BOOL' (aka 'bool') is always false [-Wtautological-constant-out-of-range-compare]
    if (value < 0) return;
        ~~~~~ ^ ~

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions