Color-Picker-for-iOS icon indicating copy to clipboard operation
Color-Picker-for-iOS copied to clipboard

componentCount has wrong type in GradientView.mm (warning message)

Open kamorris opened this issue 11 years ago • 0 comments

   int componentCount = colors.count * COLOR_COMPONENT_COUNT;

should be NSUInteger componentCount = colors.count * COLOR_COMPONENT_COUNT;

It's probably fine, but compiler warnings...

kamorris avatar Nov 29 '14 06:11 kamorris