commit | 851df3c8915d5832d9ac1d58dc3420847cacb0a0 | [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 | 06f63f4b566c86209fbd13142d6c5453a6fd9c8e [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>