mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
ca_ci.cpp: fix -fpermissive error on aarch64
Origin commit data
------------------
Branch: master
Commit: 76f1f53098
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-02-03 (Mon, 03 Feb 2020)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -479,7 +479,7 @@ bool cCA::SendMessage(const CA_MESSAGE *msg)
|
||||
{
|
||||
hal_debug("%s\n", __func__);
|
||||
if(cam_messenger)
|
||||
cam_messenger(EVT_CA_MESSAGE, (uint32_t) msg);
|
||||
cam_messenger(EVT_CA_MESSAGE, (uintptr_t) msg);
|
||||
#if z_debug
|
||||
printf("*******Message\n");
|
||||
printf("msg: %p\n", msg);
|
||||
|
Reference in New Issue
Block a user