From: Dirk Lemstra Date: Fri, 28 Jun 2019 23:08:28 +0000 (+0200) Subject: Added missing (void). X-Git-Tag: 7.0.8-51~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ad5dbda6303f6aed304c7792a1759c5d6c769f2;p=imagemagick Added missing (void). --- diff --git a/coders/pdf.c b/coders/pdf.c index f3a0481e8..19604bff7 100644 --- a/coders/pdf.c +++ b/coders/pdf.c @@ -870,7 +870,7 @@ static Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception) image=DestroyImage(image); return((Image *) NULL); } - write(file," ",1); + (void) write(file," ",1); file=close(file)-1; /* Render Postscript with the Ghostscript delegate.