[SOLVED]set XXX to sensible default warnings after compiling
Posted: 2013-01-04T00:51:12-07:00
Hi, I got this warning after compiling my code...
My OS is Ubuntu 11.10, and I install Magick++ from source code. The version - "ImageMagick-6.8.1-8".
The warnings didn't affect anything. My program still works fine. I just consider what's these warnings mean and how to fix it (warning).
P.S sorry for poor english
Code: Select all
/usr/local/include/ImageMagick/magick/magick-config.h:29:3: warning: #warning "you should set MAGICKCORE_QUANTUM_DEPTH to sensible default set it to configure time default"
/usr/local/include/ImageMagick/magick/magick-config.h:30:3: warning: #warning "this is an obsolete behavior please fix your makefile"
/usr/local/include/ImageMagick/magick/magick-config.h:52:3: warning: #warning "you should set MAGICKCORE_HDRI_ENABLE to sensible default set it to configure time default"
/usr/local/include/ImageMagick/magick/magick-config.h:53:3: warning: #warning "this is an obsolete behavior please fix yours makefile"
The warnings didn't affect anything. My program still works fine. I just consider what's these warnings mean and how to fix it (warning).
P.S sorry for poor english