commit | 355ccf895e5106d0f7a9b5932f73759277d1ab2a | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Apr 22 16:23:16 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Wed Oct 30 12:48:15 2024 +0530 |
tree | 290063d075c2dc1794ab7fc39c2341773a59765b | |
parent | 83c3c36b1b2869ade53f36cfd9052e6b6a17797b [diff] |
fix(zynqmp): ignore the unused function return value This corrects the MISRA violation C2012-17.7: The value returned by a function having non-void return type shall be used. Typecast the function call to void to discard the return value. Change-Id: I097863843ee125e51c709fa964f0524dc984cebe Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>