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

Build failure with gcc 15 #5301

Open
limburgher opened this issue Feb 4, 2025 · 0 comments
Open

Build failure with gcc 15 #5301

limburgher opened this issue Feb 4, 2025 · 0 comments

Comments

@limburgher
Copy link
Contributor

https://bugzilla.redhat.com/show_bug.cgi?id=2341400

/home/builduser/rpmbuild/BUILD/supertuxkart-1.4-build/SuperTuxKart-1.4-src/lib/mcpp/system.c: In function ‘open_file’:
/home/builduser/rpmbuild/BUILD/supertuxkart-1.4-build/SuperTuxKart-1.4-src/lib/mcpp/system.c:3438:15: error: expected identifier or ‘’ before ‘true’
3438 | goto true;
| ^~~~
/home/builduser/rpmbuild/BUILD/supertuxkart-1.4-build/SuperTuxKart-1.4-src/lib/mcpp/system.c:3465:19: error: expected identifier or ‘
’ before ‘false’
3465 | goto false;
| ^~~~~
/home/builduser/rpmbuild/BUILD/supertuxkart-1.4-build/SuperTuxKart-1.4-src/lib/mcpp/system.c:3470:15: error: expected identifier or ‘*’ before ‘false’
3470 | goto false;
| ^~~~~
/home/builduser/rpmbuild/BUILD/supertuxkart-1.4-build/SuperTuxKart-1.4-src/lib/mcpp/system.c:3517:1: warning: statement with no effect [-Wunused-value]
3517 | true:
| ^~~~
/home/builduser/rpmbuild/BUILD/supertuxkart-1.4-build/SuperTuxKart-1.4-src/lib/mcpp/system.c:3517:5: error: expected ‘;’ before ‘:’ token
3517 | true:
| ^
| ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants