X-Mailer: MIME-tools 5.508 (Entity 5.508) X-RT-Interface: Web Content-Disposition: inline MIME-Version: 1.0 To: dhcp-public@isc.org From: tmark@isc.org Date: Thu, 19 Oct 2017 11:34:12 +0000 Content-Transfer-Encoding: binary Content-Type: text/plain; charset="utf-8" Subject: New compilers complain about POST() and INSIST() implicitly declared Message-ID: X-RT-Original-Encoding: utf-8 Content-Length: 361 POST() and INSIST are provided through bind/isc/util.h, which remarkably isn't being included in several files. This is causing builds to fail in newer enivorments with errors such as: execute.c:190:4: error: implicit declaration of function ‘POST’ [-Werror=implicit-function-declaration] POST(status); ^ cc1: all warnings being treated as errors