Compiler warning cleanup
on behalf of artiiP; see issue 1106
This commit is contained in:
@@ -75,7 +75,7 @@ class ImageIO {
|
||||
int loadJPEGFromMemory (const char* buffer, int bufsize);
|
||||
int loadPPMFromMemory(const char* buffer,int width,int height, bool swap, int bps);
|
||||
|
||||
int savePNG (Glib::ustring fname, int compression = -1, int bps = -1);
|
||||
int savePNG (Glib::ustring fname, int compression = -1, volatile int bps = -1);
|
||||
int saveJPEG (Glib::ustring fname, int quality = 100);
|
||||
int saveTIFF (Glib::ustring fname, int bps = -1, bool uncompressed = false);
|
||||
|
||||
|
Reference in New Issue
Block a user