
27 Nov
2023
27 Nov
'23
9:39 p.m.
On Mon, Nov 27, 2023 at 4:55 PM Szőke Kálmán Benjamin egyszeregy@freemail.hu wrote:
Unused function parameters should be removed https://rules.sonarsource.com/c/tag/based-on-misra/RSPEC-1172/
From this same URL:
"Exceptions There are some cases when you want to have an unused parameter (usually because the function has to conform to a fixed prototype"
which is the case here with your patch, where you need to conform to: int board_mmc_get_env_dev(int devno)