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 build with GCC 15 #10857

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix build with GCC 15 #10857

wants to merge 1 commit into from

Conversation

yselkowitz
Copy link

GCC 15 defaults to C23, in which static_assert is a keyword (rather than an alias to _Static_assert), and the interpretation of function declarations without parameters changed from unspecified (as in K&R) to void.

Fixes: #10796

GCC 15 defaults to C23, in which `static_assert` is a keyword (rather than
an alias to `_Static_assert`), and the interpretation of function
declarations without parameters changed from unspecified (as in K&R) to
`void`.

Signed-off-by: Yaakov Selkowitz <[email protected]>
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.

libfabric 2.0.0 fails to build with gcc 15
1 participant