android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/awTunningApp/tuning_app/server/mini_shell.c
.. .. @@ -284,7 +284,7 @@ 284 284 } 285 285 286 286 sti->func = subproc_waiter_service; 287 - sti->cookie = (void*)pid;287 + sti->cookie = (void*)(intptr_t)pid;288 288 sti->fd = fd_ptmx; 289 289 290 290 if (adb_thread_create( &t, service_bootstrap_func, sti)) {