[PATCH 1/1] pico-imx7d: add baseboard SD card boot detect
Szőke Kálmán Benjamin
egyszeregy at freemail.hu
Mon Nov 20 00:47:06 CET 2023
It will warn, if warning levels is set correctly. I will do not remove it.https://stackoverflow.com/questions/3599160/how-can-i-suppress-unused-parameter-warnings-in-cbtwSorry for "top-post" i am using an e-mail servicer which is not prepared to following the 1990s styles which is need for Linux and U-boot developing processes still in 2023. Probably, It would be time to improve the communication platform as well, and it would be better to use GitLab or GitHub PRs.-------- Eredeti levél --------Feladó: Fabio Estevam <festevam at gmail.com>Dátum: 2023 november 19 22:28:31Tárgy: Re: [PATCH 1/1] pico-imx7d: add baseboard SD card boot detectCímzett: Szőke Kálmán Benjamin <egyszeregy at freemail.hu>Hi Benjamin, [Please do not top-post] On Sun, Nov 19, 2023 at 6:08 PM Szőke Kálmán Benjamin <egyszeregy at freemail.hu> wrote: > (void)(devno); is need because devno arguments is an unused variable, need to use this solution to suppress any potential warnings. No, devno is a function parameter. There is no warning if '(void)(devno)' is removed.
More information about the U-Boot
mailing list