EddyVerbruggen / cordova-plugin-actionsheet

:clipboard: ActionSheet plugin for Cordova iOS and Android apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode build warning - Implicit conversion loses integer precision

rafialikhan opened this issue · comments

This is not an issue, but something to correct to avoid build warnings.

In ActionSheet.m

Line39: buttonIndex = j + 1;

/xxxx/Plugins/cordova-plugin-actionsheet/ActionSheet.m:39:82: Implicit conversion loses integer precision: 'unsigned long' to 'int'