[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] wget wait_ares void value not ignored
From: |
Endre Hagelund |
Subject: |
[Bug-wget] wget wait_ares void value not ignored |
Date: |
Fri, 24 Aug 2018 09:39:49 +0200 |
Hi
I've encountered a bug when compiling wget 1.19.5 from source with the
following command:
./configure --with-cares && make
Compile fails with the following error message:
host.c: In function 'wait_ares'
host.c:735:11: error: void value not ignored as it ought to be
timer = ptimer_destroy (timer);
^
Can this error be fixed by patching the line?
ptimer_destroy (timer); timer = NULL;
Best Regards,
Endre
- [Bug-wget] wget wait_ares void value not ignored,
Endre Hagelund <=