wahern / dns

dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.
http://25thandclement.com/~william/projects/dns.c.html
MIT License
256 stars 64 forks source link

Fixed a GCC 9.1.0 build error #34

Closed sjakub closed 5 years ago

sjakub commented 5 years ago

On gcc 9.1.0 it builds fine without the dns_quietinit workaround. That workaround, however, creates its own build issues...