dns
dns copied to clipboard
gcc 9.1.0 compile error
gcc -c dns.c -o dns.o -D_DEFAULT_SOURCE
dns.h:527:16: error: lvalue required as unary ‘&’ operand
527 | dns_rr_i_init(&dns_quietinit((struct dns_rr_i){ 0, __VA_ARGS__ }), (P))
I created a fix for this issue: https://github.com/wahern/dns/pull/35
still error. merge?
still error. merge?
The fix has not been merged. Also, the last commit to this project was in December 2016...