Compiler warning cleanup

on behalf of artiiP; see issue 1106
This commit is contained in:
Oliver Duis
2011-11-14 21:33:25 +01:00
parent 522b02f152
commit ffefa470d8
10 changed files with 9 additions and 11 deletions

View File

@@ -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);