On Wed, 28 Dec 2022 at 09:27, Michael Walle 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
> ---
> net/wg
On Wed, Dec 28, 2022 at 04:27:14PM +0100, Michael Walle 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
Ap
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
---
net/wget.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/wget.c b/
3 matches
Mail list logo