未验证 提交 119f3da2 编写于 作者: O openharmony_ci 提交者: Gitee

!8305 Fix llvm15 build error

Merge pull request !8305 from enable_llvm15
...@@ -403,7 +403,7 @@ napi_value PluginRender::NapiChangeColor(napi_env env, napi_callback_info info) ...@@ -403,7 +403,7 @@ napi_value PluginRender::NapiChangeColor(napi_env env, napi_callback_info info)
napi_value PluginRender::TestGetXComponentId(napi_env env, napi_callback_info info) napi_value PluginRender::TestGetXComponentId(napi_env env, napi_callback_info info)
{ {
napi_value thisArg; napi_value thisArg;
napi_status status; [[maybe_unused]] napi_status status;
napi_value exportInstance; napi_value exportInstance;
OH_NativeXComponent *nativeXComponent = nullptr; OH_NativeXComponent *nativeXComponent = nullptr;
...@@ -578,4 +578,4 @@ napi_value PluginRender::TestGetXComponent_RegisterMouseEventCallback(napi_env e ...@@ -578,4 +578,4 @@ napi_value PluginRender::TestGetXComponent_RegisterMouseEventCallback(napi_env e
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册