Compiler warnings on Windows

This commit is contained in:
DRC
2013-01-18 23:45:06 +00:00
parent ba4a6c32f8
commit f46db556e3
2 changed files with 2 additions and 2 deletions

View File

@@ -573,7 +573,7 @@ main (int argc, char **argv)
else
fprintf(stderr, "%s: can't read from stdin\n", progname);
}
insize += nbytes;
insize += (unsigned long)nbytes;
} while (nbytes == INPUT_BUF_SIZE);
fprintf(stderr, "Compressed size: %lu bytes\n", insize);
jpeg_mem_src(&cinfo, inbuffer, insize);