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

Fix -Wchar-subscripts warnings #32

Merged
merged 2 commits into from
Jun 13, 2019
Merged

Conversation

sjmulder
Copy link
Contributor

For #31. Use (int) because that's the type actually taken by the
character functions (isdigit etc).

For jarun#31. Use (int) because that's the type actually taken by the
character functions (isdigit etc).
@jarun
Copy link
Owner

jarun commented Jun 13, 2019

Travis reported lint errors. Please check.

...like other ctype functions. Should also fix a warning.
@jarun jarun merged commit 4666de7 into jarun:master Jun 13, 2019
@jarun
Copy link
Owner

jarun commented Jun 13, 2019

Thank you!

Fixes #31.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 15, 2020
@sjmulder sjmulder deleted the pr/char-subscripts branch November 19, 2021 10:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants