From: Mark Andrews Date: Thu, 7 Mar 2019 05:45:04 +0000 (+1100) Subject: add noreturn attribute X-Git-Tag: v9.15.0~115^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3f2b7e100690e005710dd0389e9f8713f686646e;p=thirdparty%2Fbind9.git add noreturn attribute --- diff --git a/lib/ns/tests/plugin_test.c b/lib/ns/tests/plugin_test.c index 04ce737681b..e4d070ed42b 100644 --- a/lib/ns/tests/plugin_test.c +++ b/lib/ns/tests/plugin_test.c @@ -26,10 +26,13 @@ #include #include +#include #include #include #include +ISC_PLATFORM_NORETURN_PRE void _fail(const char * const file, const int line) ISC_PLATFORM_NORETURN_POST; + #include #include "nstest.h"