summaryrefslogtreecommitdiff
path: root/source/fitz/error.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-15 16:29:50 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-15 16:33:10 +0100
commit344200647a66310038be19125483b1d62483845d (patch)
tree16f51067e4245b8f10ea6a20f2f6a9b9f2a94ce4 /source/fitz/error.c
parent5dcb64bc4074e583a3fd2155c17a270feccac39f (diff)
downloadmupdf-344200647a66310038be19125483b1d62483845d.tar.xz
Drop UNUSED macro -- it dirties the namespace and is not needed.
We compile with -Wno-unused-parameters instead.
Diffstat (limited to 'source/fitz/error.c')
-rw-r--r--source/fitz/error.c2
1 files changed, 1 insertions, 1 deletions
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)