UIImage-PDF icon indicating copy to clipboard operation
UIImage-PDF copied to clipboard

Fix some warnings by adding explicit typecasts

Open tsparber opened this issue 8 years ago • 0 comments

If more warnings are enable in Xcode these warnings are shown:

  • Implicit conversion turns floating-point number into integer: 'float' to 'size_t' (aka 'unsigned long’)
  • Implicit conversion loses floating-point precision: 'double' to 'CGFloat' (aka 'float’)

This commit fixes these by adding explicit typecasts.

tsparber avatar Sep 07 '16 08:09 tsparber