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

@@ -524,7 +524,7 @@ int ImageIO::loadPPMFromMemory(const char* buffer, int width, int height, bool s
return IMIO_SUCCESS;
}
int ImageIO::savePNG (Glib::ustring fname, int compression, int bps) {
int ImageIO::savePNG (Glib::ustring fname, int compression, volatile int bps) {
FILE *file = safe_g_fopen_WriteBinLock (fname);