On Wed, 28 Dec 2022 at 09:27, Michael Walle <mich...@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 <mich...@walle.cc>
> ---
>  net/wget.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <s...@chromium.org>

Reply via email to