commit | 1e0ccd38c3fed361c8426d335417f7b783dd83de | [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 | b2b6ff296f80f483e9e963a3543d80c0872ea16c [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>