aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_utils.h')
-rw-r--r--test/test_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_utils.h b/test/test_utils.h
index 42b9ef9..d86018c 100644
--- a/test/test_utils.h
+++ b/test/test_utils.h
@@ -52,7 +52,7 @@ logError(const char* fmt, ...)
{
fprintf(stderr, "error: ");
- va_list args;
+ va_list args; // NOLINT
va_start(args, fmt);
vfprintf(stderr, fmt, args);
va_end(args);