From 80cc4c5e52fe2e3aa1633594eb158280e18bfc04 Mon Sep 17 00:00:00 2001 From: "cuijiawei14@huawei.com" Date: Thu, 20 Apr 2023 19:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20muslCodeDex=20=E5=91=8A?= =?UTF-8?q?=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuijiawei14@huawei.com --- src/opencl_wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opencl_wrapper.cpp b/src/opencl_wrapper.cpp index 92e4c44..3bf6cdf 100644 --- a/src/opencl_wrapper.cpp +++ b/src/opencl_wrapper.cpp @@ -61,7 +61,7 @@ bool UnLoadOpenCLLibrary(void *handle) { return true; } -bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { +static bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { if (handle_ptr == nullptr) { return false; } -- Gitee