diff options
author | David Robillard <d@drobilla.net> | 2020-08-13 17:25:43 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-13 17:25:43 +0200 |
commit | ac426323570113bb13605b20d47273c8c23e3fe3 (patch) | |
tree | 0fac226b0aa526995f1ea5a2d444a23fdbfc5405 /test/hash_test.c | |
parent | 5139ab9b1ad4d58609f078f24bd2d013b9905cdb (diff) | |
download | zix-ac426323570113bb13605b20d47273c8c23e3fe3.tar.gz zix-ac426323570113bb13605b20d47273c8c23e3fe3.tar.bz2 zix-ac426323570113bb13605b20d47273c8c23e3fe3.zip |
Add format attributes
Diffstat (limited to 'test/hash_test.c')
-rw-r--r-- | test/hash_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hash_test.c b/test/hash_test.c index b2143eb..eeb371d 100644 --- a/test/hash_test.c +++ b/test/hash_test.c @@ -44,6 +44,7 @@ static const char* strings[] = { "Done", "Dtwo", "Dthree", "Dfour", "Dfive", "Dsix", "Dseven", "Deight", }; +ZIX_LOG_FUNC(1, 2) static int test_fail(const char* fmt, ...) { |