From 4b484c9ca35c78a828c3ca6a8d077ac1ce3fdecb Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 28 Nov 2017 20:33:32 -0500 Subject: [PATCH] ... --- coders/pgx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/pgx.c b/coders/pgx.c index 372e3b253..80d97fe7e 100644 --- a/coders/pgx.c +++ b/coders/pgx.c @@ -217,7 +217,7 @@ static Image *ReadPGXImage(const ImageInfo *image_info,ExceptionInfo *exception) GetQuantumPixels(quantum_info),&count); if (count != (ssize_t) length) break; - status=ImportQuantumPixels(image,(CacheView *) NULL,quantum_info, + (void) ImportQuantumPixels(image,(CacheView *) NULL,quantum_info, GrayQuantum,pixels,exception); if (status == MagickFalse) break; -- 2.50.1