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