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

krb5: silence cast-align warning #10528

Closed
wants to merge 1 commit into from

Conversation

MarcelRaad
Copy link
Member

@MarcelRaad MarcelRaad commented Feb 15, 2023

Add an intermediate cast to void *, as done everywhere else when casting from sockaddr * to sockaddr_in *.

Ad an intermediate cast to `void *`, as done everywhere else when
casting from `sockaddr *` to `sockaddr_in *`.

Closes curl#10528
@MarcelRaad
Copy link
Member Author

Typo in commit message has been fixed locally: Ad -> Add.

@MarcelRaad MarcelRaad deleted the krb5_cast_align branch February 16, 2023 07:56
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
Add an intermediate cast to `void *`, as done everywhere else when
casting from `sockaddr *` to `sockaddr_in *`.

Closes curl#10528
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants