Skip to content

Fix build with GCC 15 - #1163

Open
yselkowitz wants to merge 2 commits into
Mellanox:master_develfrom
yselkowitz:master
Open

Fix build with GCC 15#1163
yselkowitz wants to merge 2 commits into
Mellanox:master_develfrom
yselkowitz:master

Conversation

@yselkowitz

Copy link
Copy Markdown

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