[PATCH 1/2] net: wget: fix implicit declaration
Simon Glass
sjg at chromium.org
Thu Dec 29 23:38:41 CET 2022
On Wed, 28 Dec 2022 at 09:27, Michael Walle <michael at walle.cc> wrote:
>
> The compiler complains about the missing declaration of print_size():
> net/wget.c:415:3: warning: implicit declaration of function ‘print_size’ [-Wimplicit-function-declaration]
>
> Fix it.
>
> Signed-off-by: Michael Walle <michael at walle.cc>
> ---
> net/wget.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list