Mute some warnings (#6563)
This commit is contained in:
@@ -999,7 +999,7 @@ void PNGwriteRawProfile(png_struct *ping, png_info *ping_info, const char *profi
|
||||
|
||||
} // namespace
|
||||
|
||||
int ImageIO::savePNG (const Glib::ustring &fname, int bps) const
|
||||
int ImageIO::savePNG (const Glib::ustring &fname, volatile int bps) const
|
||||
{
|
||||
if (getWidth() < 1 || getHeight() < 1) {
|
||||
return IMIO_HEADERERROR;
|
||||
|
Reference in New Issue
Block a user