[PATCH 3/7] libavb: Fix a warning with clang-15
Simon Glass
sjg at chromium.org
Tue Feb 28 01:35:25 CET 2023
On Mon, 27 Feb 2023 at 15:09, Tom Rini <trini at konsulko.com> wrote:
>
> With clang-15 we now will get warnings such as:
>
> warning: a function declaration without a prototype is deprecated in all
> versions of C [-Wstrict-prototypes]
>
> And it is easy enough to address this warning here, as we aren't
> concerned with re-syncing with an upstream.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Cc: Igor Opaniuk <igor.opaniuk at gmail.com>
> ---
> lib/libavb/avb_cmdline.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list