[Buildroot] [PATCH v2] package/optee-client: fix build warnings from 3.4.0

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Mar 8 08:35:10 UTC 2019


Hello,

On Fri,  8 Mar 2019 09:07:52 +0100
Etienne Carriere <etienne.carriere at linaro.org> wrote:

> +-	arg = (struct tee_ioctl_open_session_arg *)buf;
> ++	arg = (struct tee_ioctl_open_session_arg *)(void *)buf;

This looks a bit weird. And indeed in the review of the pull request
you made upstream, they also express some doubts about this solution,
which just papers over the problem.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list