Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: cce796dff4baa6865142f40db6e4b914ac8fb1b9 https://github.com/OpenAMP/open-amp/commit/cce796dff4baa6865142f40db6e4b914a... Author: Dan Milea dan.milea@windriver.com Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths: M lib/service/rpmsg/rpc/rpmsg_rpc_client.c
Log Message: ----------- service: rpmsg_rpc: fix build error
The if (&rpc->ept) comparison will always evaluate as 'true', since rpc == &rpc->ept and rpc is previously checked to be valid.
This produces an error when building open-amp with gcc >= 13.
Signed-off-by: Dan Milea dan.milea@windriver.com
openamp-rp@lists.openampproject.org