Skip to content

wsdd2: fix compilation with GCC14 and 64-bit #24295

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

Merged
merged 1 commit into from
Jun 2, 2024
Merged

wsdd2: fix compilation with GCC14 and 64-bit #24295

merged 1 commit into from
Jun 2, 2024

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Jun 2, 2024

struct msghdr under musl uses padding ints for 64-bit, which means we can't direct initialize like this. Switch to initializing each member explicitly.

Maintainer:

struct msghdr under musl uses padding ints for 64-bit, which means we
can't direct initialize like this. Switch to initializing each member
explicitly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
@neheb neheb merged commit de15108 into openwrt:master Jun 2, 2024
12 checks passed
@neheb neheb deleted the o branch June 2, 2024 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant