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