add noreturn attribute

This commit is contained in:
Mark Andrews
2019-03-07 16:45:04 +11:00
parent a4c60a9f08
commit 3f2b7e1006

View File

@@ -26,10 +26,13 @@
#include <string.h>
#include <isc/mem.h>
#include <isc/platform.h>
#include <isc/result.h>
#include <isc/types.h>
#include <isc/util.h>
ISC_PLATFORM_NORETURN_PRE void _fail(const char * const file, const int line) ISC_PLATFORM_NORETURN_POST;
#include <ns/hooks.h>
#include "nstest.h"