浏览代码

qcacld-3.0: dmgr: Replace fallthrough comment with attribute

-Wimplicit-fallthrough is being enabled by default. Some compilers
such as clang require the attribute instead of just a fallthrough comment.

Change-Id: I6ddf98a20bf0d5abb3088f8f231e9be8005f15e6
CRs-Fixed: 3217409
David Oladunjoye 2 年之前
父节点
当前提交
e32465f06d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      components/denylist_mgr/core/src/wlan_dlm_core.c

+ 0 - 1
components/denylist_mgr/core/src/wlan_dlm_core.c

@@ -758,7 +758,6 @@ dlm_find_reject_type_string(enum dlm_reject_ap_type reject_ap_type)
 	CASE_RETURN_STRING(DRIVER_DENYLIST_TYPE);
 	CASE_RETURN_STRING(DRIVER_RSSI_REJECT_TYPE);
 	CASE_RETURN_STRING(DRIVER_MONITOR_TYPE);
-	/* fallthrough */
 	default:
 		return "REJECT_REASON_UNKNOWN";
 	}