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 compilation with GCC 15 (Fedora 42) #140

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

ellert
Copy link
Contributor

@ellert ellert commented Jan 16, 2025

GCC 15 has improved diagnostics and detects more incompatible pointer type errors than earlier versions. Especially function pointers being assigned pointers to function with the wrong type and/or number of arguments are better detected.

This commit fixes the compilation with GCC 15 on Fedora 42.

GCC 15 has improved diagnostics and detects more incompatible pointer
type errors than earlier versions. Especially function pointers being
assigned pointers to function with the wrong type and/or number of
arguments are better detected.

This commit fixes the compilation with GCC 15 on Fedora 42.
@giacomini giacomini self-assigned this Jan 16, 2025
@giacomini giacomini merged commit d934965 into italiangrid:develop Jan 24, 2025
3 checks passed
@giacomini
Copy link
Member

Thanks

@ellert ellert deleted the gcc15-errors branch January 24, 2025 12:09
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.

2 participants