We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: | ^ | ;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
| ^
| ;
The text was updated successfully, but these errors were encountered: