ulli-kroll / rtl8188fu

rtl8188fu driver for linux / rtlwifi prepare
GNU General Public License v2.0
60 stars 291 forks source link

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

Open leandropecanhascardua opened 2 years ago

leandropecanhascardua commented 2 years ago

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)