SWRevealTableViewCell
SWRevealTableViewCell copied to clipboard
Xcode 6.3 fabsf truncation warnings
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
?
They should.