summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-16 17:14:12 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-16 17:14:12 +0700
commit9af6d1254f2be57bf5179f2b02a0e90d3806570d (patch)
tree498c89405b67adb52e3f68c591aa8a50fb2a5cce /src
parent98c6a2742993b571594c68830a5056cf90b25f77 (diff)
downloadlibgd-9af6d1254f2be57bf5179f2b02a0e90d3806570d.tar.gz
heif_ctx not used
Diffstat (limited to 'src')
-rw-r--r--src/gd_heif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gd_heif.c b/src/gd_heif.c
index 47ecd7a..2c7c3d3 100644
--- a/src/gd_heif.c
+++ b/src/gd_heif.c
@@ -247,6 +247,7 @@ BGD_DECLARE(gdImagePtr) gdImageCreateFromHeifCtx(gdIOCtx *infile)
static struct heif_error _gdImageWriteHeif(struct heif_context *heif_ctx, const void *data, size_t size, void *userdata)
{
+ ARG_NOT_USED(heif_ctx);
gdIOCtx *outfile;
struct heif_error err;