mirror of
https://github.com/openharmony/advertising_ads_framework.git
synced 2026-07-19 14:13:53 -04:00
codecheck修改:禁止函数有未被使用的参数
Signed-off-by: qq_35015309 <1257369706@qq.com>
This commit is contained in:
@@ -127,6 +127,7 @@ void UvQueneWorkOnAdLoadSuccess(uv_work_t *work, int status)
|
||||
|
||||
void UvQueneWorkOnAdLoadMultiSlotsSuccess(uv_work_t *work, int status)
|
||||
{
|
||||
(void)status;
|
||||
if ((work == nullptr) || (work->data == nullptr)) {
|
||||
ADS_HILOGW(OHOS::Cloud::ADS_MODULE_JS_NAPI, "OnAdLoadMultiSlotsSuccess work or data is nullptr");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user