commit | d3bb350c40d202bec31dde04911f1c50d3e71634 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com> | Thu Sep 26 10:33:16 2024 +0000 |
committer | Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com> | Tue Oct 01 13:54:06 2024 +0530 |
tree | 46fa8dc87fe4988ee38f53e5fe8649fe0fb817d6 | |
parent | 1c43e36ac18aeaa6816a0474655d699909d616b1 [diff] |
fix(xilinx): 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: I1d369d977e0f2749024736d53fbb5c7d5555f6cb Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <MaheedharSai.Bollapalli@amd.com>