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

Fixes for compiling with GCC 15 (Fedora 43) #17455

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

Conversation

ellert
Copy link
Contributor

@ellert ellert commented Jan 19, 2025

This Pull request:

These changes makes it possible to compile root 6.34.02 using gcc 15 on Fedora 42.

Also the following commits need to be backported from master:

commit 2884f67
commit cfc9221

The function fchtak() is implemented earlier in the same file. There
is therefore no need to declare the function later in the same file.
The later declarations redefines the function with an empty parameter
list, which conflicts with the original definition.

The function stat() is defined by including <sys/stat.h>. The
following daclaration redefines the function with an empty parameter
list, which conflicts with the original definition.
Copy link

Test Results

    18 files      18 suites   3d 23h 25m 57s ⏱️
 2 695 tests  2 695 ✅ 0 💤 0 ❌
46 780 runs  46 780 ✅ 0 💤 0 ❌

Results for commit fae6a65.

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