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

Backport missing includes for compilation with gcc-15 #17530

Merged
merged 3 commits into from
Jan 28, 2025

Conversation

hageboeck
Copy link
Member

These are the backports for #17444

hageboeck and others added 3 commits January 27, 2025 09:50
In gcc-15, <cstdint> needs to be included when fixed-size integer types
are used.

(cherry picked from commit 2884f67)
In gcc-15, <cstdint> needs to be included to use fixed-size integer
types.

(cherry picked from 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.

(cherry picked from commit d28f5ac)
Copy link

github-actions bot commented Jan 27, 2025

Test Results

    11 files      11 suites   2d 11h 12m 38s ⏱️
 2 638 tests  2 638 ✅ 0 💤 0 ❌
27 245 runs  27 245 ✅ 0 💤 0 ❌

Results for commit f491bbd.

♻️ This comment has been updated with latest results.

@hageboeck hageboeck merged commit 372b196 into root-project:v6-32-00-patches Jan 28, 2025
14 checks passed
@hageboeck hageboeck deleted the gcc-15-6.32 branch January 28, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants