mirror of
https://github.com/gnab/rtl8812au
synced 2024-11-26 15:14:13 +00:00
3adef736e7
In rtw_mlme_ext.c, falling through makes perfect sense. I've there replaced the ad hoc comment with the necessary gcc attribute. In rtw_ap.c, the default case seems to agree with the previous ones only by happenstance, so I've inserted an actual break there. The warnings no longer fire. Yes, there's a portable [[fallthrough]] -- for C++17. This won't work on Clang, but neither will the kernel, nor this Makefile. |
||
---|---|---|
.. | ||
efuse | ||
rtw_ap.c | ||
rtw_br_ext.c | ||
rtw_bt_mp.c | ||
rtw_cmd.c | ||
rtw_debug.c | ||
rtw_eeprom.c | ||
rtw_ieee80211.c | ||
rtw_io.c | ||
rtw_ioctl_query.c | ||
rtw_ioctl_rtl.c | ||
rtw_ioctl_set.c | ||
rtw_iol.c | ||
rtw_mlme_ext.c | ||
rtw_mlme.c | ||
rtw_mp_ioctl.c | ||
rtw_mp.c | ||
rtw_p2p.c | ||
rtw_pwrctrl.c | ||
rtw_recv.c | ||
rtw_rf.c | ||
rtw_security.c | ||
rtw_sreset.c | ||
rtw_sta_mgt.c | ||
rtw_tdls.c | ||
rtw_vht.c | ||
rtw_wapi_sms4.c | ||
rtw_wapi.c | ||
rtw_wlan_util.c | ||
rtw_xmit.c |