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/patree_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/patree_test.c') diff --git a/test/patree_test.c b/test/patree_test.c index efd8999..d7def0c 100644 --- a/test/patree_test.c +++ b/test/patree_test.c @@ -14,6 +14,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "zix/common.h" #include "zix/patree.h" #include @@ -43,6 +44,7 @@ static const char* strings[] = { "http://echo.jpl.nasa.gov/publications/review_abs.html", }; +ZIX_LOG_FUNC(1, 2) static int test_fail(const char* fmt, ...) { -- cgit v1.2.1