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

Drop useless and not quite correct cast #17454

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Jan 12, 2025

A while ago, the cast has been changed from u_char * to uint8_t *, but neither makes sense, and causes Clang to complain with -Wcompare-distinct-pointer-types.

A while ago, the cast has been changed from `u_char *` to `uint8_t *`,
but neither makes sense, and causes Clang to complain with
`-Wcompare-distinct-pointer-types`.
@cmb69 cmb69 merged commit dd42ebe into php:master Jan 17, 2025
10 checks passed
@cmb69 cmb69 deleted the cmb/dns-win32-cast branch January 17, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants