dropbox / dropbox-sdk-obj-c

Official Objective-C SDK for the Dropbox API v2.
MIT License
183 stars 117 forks source link

Fix compiler warning #348

Closed tominsam closed 2 years ago

tominsam commented 2 years ago

The warning is Implicit conversion turns floating-point number into integer: 'NSTimeInterval' (aka 'double') to 'bool' - compare to zero rather than doing coercion.

greg-db commented 2 years ago

Thanks for submitting this! I'll ask the team to review it.