commit | 3e181dace9224791a547514af4a8fdd6ee551615 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com> | Tue Oct 01 03:55:06 2024 +0000 |
committer | Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com> | Tue Oct 01 13:54:13 2024 +0530 |
tree | 8aa28355d744039d1f9721364b948418564fa51e | |
parent | ed590fa8201345fb671806dec946a45c82c68bec [diff] |
fix(versal2): declare unused parameters as void This corrects the MISRA violation C2012-2.7: There should be no unused parameters in functions. Declared unused function parameters as void. Change-Id: Iee222595962273913a570786ff1df5dc3ad328df Signed-off-by: Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com>