summaryrefslogtreecommitdiff
path: root/tests/jpeg/bug00338.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jpeg/bug00338.c')
-rw-r--r--tests/jpeg/bug00338.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jpeg/bug00338.c b/tests/jpeg/bug00338.c
index 7874df2..14c660f 100644
--- a/tests/jpeg/bug00338.c
+++ b/tests/jpeg/bug00338.c
@@ -19,6 +19,7 @@ static int error_handler_called = 0;
static void error_handler(int priority, const char *format, va_list args)
{
+ ARG_NOT_USED(args);
if (!strcmp(format, MSG)) {
gdTestAssertMsg(priority == GD_WARNING, "expected priority %d, but got %d", GD_WARNING, priority);
error_handler_called = 1;