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

correcting error msg in gcc 9.4 due goto label withou code #21

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

Conversation

leandropecanhascardua
Copy link

While compiling i was getting a error message

/tmp/lps/rtl8188fu/core/rtw_cmd.c:3832:1: error: label at end of compound statement
3832 | exit:
| ^~~~

probably due compiler options. I did correct the code where there was goto label without code line.

gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)

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