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) #237

Merged
merged 1 commit into from
Jan 18, 2025
Merged

Conversation

ellert
Copy link
Member

@ellert ellert commented Jan 17, 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.
@fscheiner
Copy link
Member

Great! Thanks for fixing that!

Copy link
Member

@fscheiner fscheiner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Let's do that.

@ellert ellert merged commit 0ee9e16 into gridcf:master Jan 18, 2025
6 checks passed
@ellert ellert deleted the gcc15-errors branch January 18, 2025 05:17
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