commit | fc7a7208e0ccc0722bb29fcbb0cb7a3d74ff0953 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Apr 22 17:54:50 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Sun Mar 09 22:11:43 2025 +0530 |
tree | a15ed48c23e584b4f0e45bb325568e19abd8728b | |
parent | 0839cfc980998d24740e41b44164de39b70079a1 [diff] |
fix(common): 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: I7cfb11bb34bc44a4985d30d37d8cce4b8d241652 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>