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

Various fixes #27

Open daurnimator opened 6 years ago

daurnimator commented 6 years ago

Now only warnings with GCC 8.1.1 is about -Warray-bounds which you explicitly quieten, but only for clang.

ncopa commented 5 years ago

I just got bitten by this (again) on alpine linux s390x. Would be great to have this fixed upstream. Thanks!