commit | ad1553deb3ce18ebb338e15ef22599cd5651f854 | [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 | 2ca45efa041cb433ea849b149c14ba7f1054b334 [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>