Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler warning due to Unicode char in source #92

Closed
despinoza opened this issue Nov 11, 2014 · 1 comment
Closed

Compiler warning due to Unicode char in source #92

despinoza opened this issue Nov 11, 2014 · 1 comment
Labels

Comments

@despinoza
Copy link

ActionSheetDatePicker.m (line 188):
if (self.datePickerMode !=  UIDatePickerModeCountDownTimer)

There is a unicode char directly preceding "UIDatePickerModeCountDownTimer" -- the compiler is warning that it is ignoring it and replacing with whitespace.

@skywinder skywinder added the bug label Nov 12, 2014
@skywinder
Copy link
Owner

Thanks for notice! I'll fix it soon!

skywinder added a commit that referenced this issue Nov 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants