summaryrefslogtreecommitdiffstats
path: root/test/test_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_tree.c')
-rw-r--r--test/test_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tree.c b/test/test_tree.c
index 700729b..b51bb29 100644
--- a/test/test_tree.c
+++ b/test/test_tree.c
@@ -49,7 +49,7 @@ ZIX_LOG_FUNC(1, 2)
static int
test_fail(const char* const fmt, ...)
{
- va_list args;
+ va_list args; // NOLINT(cppcoreguidelines-init-variables)
va_start(args, fmt);
fprintf(stderr, "error: ");