Project

General

Profile

warning in WRasterImage-gm.C

Added by Mark Petryk almost 5 years ago

/home/svrmin/projects/wt/src/Wt/WRasterImage-gm.C: In member function ‘Wt::WColor Wt::WRasterImage::getPixel(int, int)’:
/home/svrmin/projects/wt/src/Wt/WRasterImage-gm.C:787:54: warning: ‘PixelPacket GetOnePixel(Image*, long int, long int)’ is deprecated [-Wdeprecated-declarations]
   PixelPacket pixel = GetOnePixel(impl_->image_, x, y);
                                                      ^
In file included from /usr/include/GraphicsMagick/magick/api.h:93:0,
                 from /home/svrmin/projects/wt/src/Wt/WRasterImage-gm.C:30:
/usr/include/GraphicsMagick/magick/pixel_cache.h:118:3: note: declared here
   GetOnePixel(Image *image,const long x,const long y)
   ^~~~~~~~~~~
[ 78%] Linking CXX shared library libwtd.so
[ 78%] Built target wt

Replies (1)

RE: warning in WRasterImage-gm.C - Added by Roel Standaert almost 5 years ago

I think you already reported this: https://redmine.emweb.be/issues/7001

    (1-1/1)