commit | 335ae516f0883c3c59494c3d2728091d2156689c | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com> | Thu Sep 26 10:14:11 2024 +0000 |
committer | Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com> | Tue Oct 01 13:54:13 2024 +0530 |
tree | 4cb7e042a17481f64bae13fa9fa6140b406ce0c4 | |
parent | 4ab13ded1dcbb3c88e0da66591bb58aabd014e80 [diff] |
fix(versal): 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: If3507f812ed4cfa518e6f5c5de977a76713fafd8 Signed-off-by: Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com>