summaryrefslogtreecommitdiffstats
path: root/test/test_btree.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_btree.c')
-rw-r--r--test/test_btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_btree.c b/test/test_btree.c
index a6f724a..7fd73bc 100644
--- a/test/test_btree.c
+++ b/test/test_btree.c
@@ -97,7 +97,7 @@ test_fail(ZixBTree* t, const char* fmt, ...)
return EXIT_SUCCESS;
}
- va_list args;
+ va_list args; // NOLINT(cppcoreguidelines-init-variables)
va_start(args, fmt);
fprintf(stderr, "error: ");
vfprintf(stderr, fmt, args);