Skip to content

Commit

Permalink
Merge pull request #1 from OpenShot/develop
Browse files Browse the repository at this point in the history
Update fork
  • Loading branch information
eisneinechse committed Jun 27, 2020
2 parents 73d1689 + 517f289 commit f660109
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/MagickUtilities.h
Expand Up @@ -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
Expand Down

0 comments on commit f660109

Please sign in to comment.