summaryrefslogtreecommitdiff
path: root/common/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/test.h')
-rw-r--r--common/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/test.h b/common/test.h
index c9f519a..92d31da 100644
--- a/common/test.h
+++ b/common/test.h
@@ -111,7 +111,7 @@ void p11_test_fail (const char *filename,
int line,
const char *function,
const char *message,
- ...) GNUC_PRINTF(4, 5);
+ ...) GNUC_PRINTF(4, 5) CLANG_ANALYZER_NORETURN;
void p11_test (void (* function) (void),
const char *name,