commit | ed590fa8201345fb671806dec946a45c82c68bec | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com> | Thu Sep 26 10:41:31 2024 +0000 |
committer | Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com> | Tue Oct 01 13:54:13 2024 +0530 |
tree | 256fb9801ddd2777bb3eb76e23eda1712501ade4 | |
parent | 335ae516f0883c3c59494c3d2728091d2156689c [diff] |
fix(versal-net): 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: I20ef3be35f88649979d577ec8be4357813d4c1b7 Signed-off-by: Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com>