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

Patch for GCC15 issues - BZ2339953 #72

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

Conversation

frankcrawford
Copy link

The mass rebuild for Fedora 42, with the recently released GCC 15 compiler generated build errors, this is a patch to fix them.

The issues were all Function declarations without parameters (see https://gcc.gnu.org/gcc-15/porting_to.html) and kind of trivial fixes.

chtsanti added a commit that referenced this pull request Feb 21, 2025
Requires a "char *" argument.

Reported with PR#72 at github:
 #72
chtsanti added a commit that referenced this pull request Feb 21, 2025
chtsanti added a commit that referenced this pull request Feb 21, 2025
Requires a "char *" argument.

Reported with PR#72 at github:
 #72
chtsanti added a commit that referenced this pull request Feb 21, 2025
chtsanti added a commit that referenced this pull request Feb 21, 2025
Requires a "char *" argument.

Reported with PR#72 at github: #72
chtsanti added a commit that referenced this pull request Feb 21, 2025
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.

None yet

1 participant