Fix -Wsuggest-attribute warnings
[babeltrace.git] / tests / utils / tap / tap.h
index c653076db09da2741a828bb1e63c91c0a6baa297..0d6e66870fb924b6326349bff5f1e418f5c73677 100644 (file)
@@ -84,6 +84,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))
 int plan_skip_all(const char *);
 int plan_tests(unsigned int);
 
This page took 0.023153 seconds and 4 git commands to generate.