Report information
The Basics
Id:
46332
Status:
resolved
Worked:
2 hours (120 minutes)
Users:
tmark: 2 hours (120 minutes)
Priority:
Low/Low
Queue:

BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
4.4.0 4.3.6+
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
feature

Dates
Created:Thu, 19 Oct 2017 07:34:13 -0400
Updated:Thu, 19 Oct 2017 13:44:26 -0400
Closed:Thu, 19 Oct 2017 13:33:07 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

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