From 344200647a66310038be19125483b1d62483845d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 15 Feb 2016 16:29:50 +0100 Subject: Drop UNUSED macro -- it dirties the namespace and is not needed. We compile with -Wno-unused-parameters instead. --- source/fitz/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/error.c') diff --git a/source/fitz/error.c b/source/fitz/error.c index 724fd078..a99a3f83 100644 --- a/source/fitz/error.c +++ b/source/fitz/error.c @@ -8,7 +8,7 @@ void fz_var_imp(void *var) { - UNUSED(var); /* Do nothing */ + /* Do nothing */ } void fz_flush_warnings(fz_context *ctx) -- cgit v1.2.3