To: | dhcp-public@isc.org |
From: | tmark@isc.org |
Date: | Thu, 19 Oct 2017 11:34:12 +0000 |
Subject: | New compilers complain about POST() and INSIST() implicitly declared |
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