Warning Message in VC++ 2010

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Alan Hadley
Posts: 48
Joined: 2010-03-31T12:17:55-07:00
Authentication code: 8675308

Warning Message in VC++ 2010

Post by Alan Hadley »

I just upgraded to 6.0.9 and started getting the following warning message whin compiling my program.

1>C:\Program Files\ImageMagick-6.8.0-Q16\include\magick/pixel-accessor.h(110): warning C4244: 'return' : conversion from 'double' to 'MagickRealType', possible loss of data

I presume that it is to do with changes made for IM v7

Alan Hadley
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Warning Message in VC++ 2010

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.8.0-10 Beta available by sometime tomorrow. Thanks.
Post Reply