Content-Disposition: inline Message-ID: Subject: ISC_DEPRECATED shouldn't be in Content-Type: text/plain; charset="utf-8" X-RT-Interface: Web X-Mailer: MIME-tools 5.508 (Entity 5.508) From: marka@isc.org MIME-Version: 1.0 Date: Tue, 17 Oct 2017 20:02:35 -1000 Content-Transfer-Encoding: binary To: bind9-public@isc.org X-RT-Original-Encoding: utf-8 Content-Length: 462 % grep -r __attribute__ lib/isc/include/ lib/isc/include/isc/formatcheck.h:#define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args))) lib/isc/include/isc/platform.h:#define ISC_PLATFORM_NORETURN_POST __attribute__((noreturn)) lib/isc/include/isc/util.h:#define ISC_DEPRECATED __attribute__((deprecated)) % would be much more appropriate. pulls in too much baggage for users of libisc, libdns etc.