Fix: use __noreturn__ for C11-compatibility
[urcu.git] / tests / utils / tap.h
index 39312fcb2e5a4b425b803a2c68c8f782cb4df93d..b64a470bacec7dcda63cf4a212ddeb7df8a9dddd 100644 (file)
@@ -64,7 +64,7 @@ __attribute__((format(TAP_PRINTF_FORMAT, 5, 6)))
 unsigned int _gen_result(int, const char *, const char *, unsigned int, const char *, ...);
 
 int plan_no_plan(void);
-__attribute__((noreturn))
+__attribute__((__noreturn__))
 int plan_skip_all(const char *);
 int plan_tests(unsigned int);
 
This page took 0.022844 seconds and 4 git commands to generate.