Subject: Warnings in bind9 build with dnstap MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Disposition: inline X-RT-Interface: Web Message-ID: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 X-RT-Encrypt: 0 X-RT-Sign: 0 Content-Length: 657 These warnings are promoted to errors with --enable-developer dnstap.c: In function ‘send_dt’: dnstap.c:435:3: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration] free(buf); ^ dnstap.c:435:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror] dnstap.c:435:3: note: include ‘’ or provide a declaration of ‘free’ dnstap.c:442:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror] free(buf); ^ dnstap.c:442:3: note: include ‘’ or provide a declaration of ‘free’ cc1: all warnings being treated as errors