Hi,
On 28.02.2016 21:14, Michael Tremer wrote:
- Nevertheless, I still get some warnings:
... dnsmasq.c: In function 'main': dnsmasq.c:55:7: warning: unused variable 'did_bind' [-Wunused- variable] int did_bind = 0; ^ dnsmasq.c:54:9: warning: unused variable 'bound_device' [-Wunused- variable] char *bound_device = NULL; ^ ... isc.c: In function 'dhcp_lease_new': isc.c:40:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&lease->fqdn, "%s.%s", hostname, daemon->domain_suffix);
I *think* I fixed that in my branch when we talked about this the last time. Did you pull the changes from my repository?
Indeed I did, but you're right - I'll take a very close look at this!
It could be that I somehow got tricked by 'git stash'...
Best, Matthias