Fix #733, silent warning for infile

master
Pierre Joye 2021-08-23 15:59:06 +07:00
parent be2aface58
commit c7ee15f81d
1 changed files with 1 additions and 0 deletions

View File

@ -1270,6 +1270,7 @@ BGD_DECLARE(gdImagePtr) gdImageCreateFromJpegPtrEx(int size, void *data, int ign
BGD_DECLARE(gdImagePtr) gdImageCreateFromJpegCtx(gdIOCtx *infile)
{
ARG_NOT_USED(infile);
_noJpegError();
return NULL;
}