Skip to content

Xcode 6.3 fabsf truncation warnings  #27

Description

@paulius005

With Xcode 6.3 SWRevealTableViewCell.m began to receive these warnings:

SWRevealTableViewCell/SWRevealTableViewCell.m:1471:9: Absolute value function 'fabsf' given an argument of type 'CGFloat' (aka 'double') but has parameter of type 'float' which may cause truncation of value

Should these fabsf be switched to fabs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions