Skip to content

Fix build with GCC 15 #1163

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

Open
wants to merge 2 commits into
base: master_devel
Choose a base branch
from
Open

Conversation

yselkowitz
Copy link

GCC 15 defaults to C23, which defines bool, true, and false as keywords, and changes the interpretation of function declarations without parameters from unspecified to void.

https://gcc.gnu.org/gcc-15/porting_to.html

itayav17 and others added 2 commits February 19, 2025 11:04
GCC 15 defaults to C23, which defines bool, true, and false as keywords,
and changes the interpretation of function declarations without parameters
from unspecified to `void`.

https://gcc.gnu.org/gcc-15/porting_to.html
@ogalbxela ogalbxela changed the base branch from master to master_devel March 8, 2025 03:20
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