Merge pull request #2 from eisneinechse/develop

Update from Upstream
This commit is contained in:
eisneinechse
2020-06-27 12:05:38 -07:00
committed by GitHub

View File

@@ -32,7 +32,11 @@
#ifdef USE_IMAGEMAGICK
// Exclude a warning message with IM6 headers
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
#include "Magick++.h"
#pragma GCC diagnostic pop
// Determine ImageMagick version, as IM7 isn't fully
// backwards compatible