Warning with -Wignored-qualifiers

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Warning with -Wignored-qualifiers

Post by broucaries »

Could you fix the following warnings

/usr/include/ImageMagick-6/Magick++/Pixels.h:96:34: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
const ::ssize_t length(void) const;
^
/usr/include/ImageMagick-6/Magick++/Pixels.h:99:32: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
const ::ssize_t size(void) const;
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Warning with -Wignored-qualifiers

Post by dlemstra »

We will have a patch in ImageMagick 6.8.9-7 Beta available by sometime tomorrow. Thanks
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply