commit | caad55bbf3e931d3f2b0aa678a2587e52feb7613 | [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 | 87abed870b780feb8ff1a045dbdded9fa7935d9c [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>