You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
MagickUtils: Add #pragma to silence IM6 warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user