mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
ca_ci.cpp: fix -fpermissive error on aarch64
This commit is contained in:
@@ -479,7 +479,7 @@ bool cCA::SendMessage(const CA_MESSAGE *msg)
|
|||||||
{
|
{
|
||||||
hal_debug("%s\n", __func__);
|
hal_debug("%s\n", __func__);
|
||||||
if(cam_messenger)
|
if(cam_messenger)
|
||||||
cam_messenger(EVT_CA_MESSAGE, (uint32_t) msg);
|
cam_messenger(EVT_CA_MESSAGE, (uintptr_t) msg);
|
||||||
#if z_debug
|
#if z_debug
|
||||||
printf("*******Message\n");
|
printf("*******Message\n");
|
||||||
printf("msg: %p\n", msg);
|
printf("msg: %p\n", msg);
|
||||||
|
Reference in New Issue
Block a user