commit | aa6df8ec32a48d8e57205b6bb93d4bc283d353f2 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Oct 14 11:15:53 2024 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Wed Oct 30 12:48:30 2024 +0530 |
tree | 103ad0a306f96399a8ba6bbd78f8dcccf25bea04 | |
parent | 355ccf895e5106d0f7a9b5932f73759277d1ab2a [diff] |
fix(versal-net): ignore the unused function return value This correct 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: I670b476ba16e791e46aaa00feca991e1a4fff227 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>