From ac426323570113bb13605b20d47273c8c23e3fe3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Aug 2020 17:25:43 +0200 Subject: Add format attributes --- test/bitset_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/bitset_test.c') diff --git a/test/bitset_test.c b/test/bitset_test.c index 62c574c..3ac1bb7 100644 --- a/test/bitset_test.c +++ b/test/bitset_test.c @@ -15,6 +15,7 @@ */ #include "zix/bitset.h" +#include "zix/common.h" #include #include @@ -24,6 +25,7 @@ #define MIN(a, b) (((a) < (b)) ? (a) : (b)) +ZIX_LOG_FUNC(1, 2) static int test_fail(const char* fmt, ...) { -- cgit v1.2.1