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
drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c: In function 'rtw_txpwr_init_regd': drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:261:3: warning: empty declaration error, forbidden warning:rtw_mlme_ext.c:261 attribute((fallthrough)); ^~~~~~~~~~~~~ drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:261:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] error, forbidden warning:rtw_mlme_ext.c:261 drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c: In function 'mgt_dispatcher': drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:1331:3: warning: empty declaration error, forbidden warning:rtw_mlme_ext.c:1331 attribute((fallthrough)); ^~~~~~~~~~~~~ drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:1331:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] error, forbidden warning:rtw_mlme_ext.c:1331
日志里出现说rtw_mlme_ext.c出现空声明之类的警告?被报error了,是环境的问题吗还是代码的bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c: In function 'rtw_txpwr_init_regd':
drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:261:3: warning: empty declaration
error, forbidden warning:rtw_mlme_ext.c:261
attribute((fallthrough));
^~~~~~~~~~~~~
drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:261:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
error, forbidden warning:rtw_mlme_ext.c:261
drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c: In function 'mgt_dispatcher':
drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:1331:3: warning: empty declaration
error, forbidden warning:rtw_mlme_ext.c:1331
attribute((fallthrough));
^~~~~~~~~~~~~
drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:1331:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
error, forbidden warning:rtw_mlme_ext.c:1331
日志里出现说rtw_mlme_ext.c出现空声明之类的警告?被报error了,是环境的问题吗还是代码的bug
The text was updated successfully, but these errors were encountered: