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 3 warnings from -Wpointer-sign. #200

Merged
merged 1 commit into from
Jan 22, 2021
Merged

Conversation

schmonz
Copy link
Member

@schmonz schmonz commented Dec 19, 2020

The clang warning message says "converts between pointers to integer
types with different sign". Cast the unsigned char * argument to char *
to match the expected parameter.

@schmonz schmonz linked an issue Dec 23, 2020 that may be closed by this pull request
The clang warning message says "converts between pointers to integer
types with different sign". Cast the unsigned char * argument to char *
to match the expected parameter.
@schmonz schmonz merged commit b8d04d4 into master Jan 22, 2021
@schmonz schmonz deleted the schmonz-Wpointer-sign branch January 22, 2021 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default to -Wall (but not -Werror)
4 participants