liyujie
2025-08-28 d9927380ed7c8366f762049be9f3fee225860833
android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/awTunningApp/tuning_app/server/mini_shell.c
....@@ -284,7 +284,7 @@
284284 }
285285
286286 sti->func = subproc_waiter_service;
287
- sti->cookie = (void*)pid;
287
+ sti->cookie = (void*)(intptr_t)pid;
288288 sti->fd = fd_ptmx;
289289
290290 if (adb_thread_create( &t, service_bootstrap_func, sti)) {