diff options
Diffstat (limited to 'test/test_hash.c')
-rw-r--r-- | test/test_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_hash.c b/test/test_hash.c index 5101aa8..c3aaaba 100644 --- a/test/test_hash.c +++ b/test/test_hash.c @@ -35,7 +35,7 @@ test_fail(ZixHash* const hash, ...) { if (!expect_failure) { - va_list args; + va_list args; // NOLINT(cppcoreguidelines-init-variables) va_start(args, fmt); fprintf(stderr, "error: "); vfprintf(stderr, fmt, args); |