Closed gpoitch closed 9 years ago
"Absolute value function 'fabsf' given an argument of type 'CGFloat' (aka 'double') but has parameter of type 'float' which may cause truncation of value"
Auto-fix from Xcode was to use 'fabs' instead
Thanks @gdub22
"Absolute value function 'fabsf' given an argument of type 'CGFloat' (aka 'double') but has parameter of type 'float' which may cause truncation of value"
Auto-fix from Xcode was to use 'fabs' instead