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?
With Xcode 6.3
SWRevealTableViewCell.mbegan 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 valueShould these
fabsfbe switched tofabs?