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 implicit function declaration strcasecmp #1928

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Fix implicit function declaration strcasecmp #1928

merged 1 commit into from
Sep 10, 2024

Conversation

s-hamann
Copy link
Contributor

@s-hamann s-hamann commented Sep 9, 2024

icons-hash.c uses strcasecmp from strings.h, but does not include it. At least when building against musl with gcc 15, this is a fatal error.

See https://bugs.gentoo.org/939164

icons-hash.c uses strcasecmp from strings.h, but does not include it.
At least when building against musl with gcc 15, this is a fatal error.
@s-hamann s-hamann mentioned this pull request Sep 9, 2024
4 tasks
@jarun jarun merged commit 251843f into jarun:master Sep 10, 2024
7 checks passed
@jarun
Copy link
Owner

jarun commented Sep 10, 2024

Thank you!

@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2024
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.

3 participants