commit | fe1489bc6d25de34baa50fe5798820b0dae537d4 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Dec 28 16:27:14 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 29 09:50:53 2022 -0500 |
tree | 1da7471cb88eca359d0a01608365a230577479ae | |
parent | 478ed23e11beb96a071fb5387bfe117d0f84e5aa [diff] |
net: wget: fix implicit declaration 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@walle.cc>