SWRevealTableViewCell icon indicating copy to clipboard operation
SWRevealTableViewCell copied to clipboard

Xcode 6.3 fabsf truncation warnings

Open paulius005 opened this issue 9 years ago • 1 comments

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?

paulius005 avatar Apr 20 '15 22:04 paulius005

They should.

mickeyl avatar May 08 '17 10:05 mickeyl