Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information