From 3f2b7e100690e005710dd0389e9f8713f686646e Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 7 Mar 2019 16:45:04 +1100 Subject: [PATCH] add noreturn attribute --- lib/ns/tests/plugin_test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ns/tests/plugin_test.c b/lib/ns/tests/plugin_test.c index 04ce737681..e4d070ed42 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"