Fix Visual C++ compiler warnings
Somehow this got reverted with aa769febf2.
Oops.
This commit is contained in:
3
rdppm.c
3
rdppm.c
@@ -99,7 +99,8 @@ read_pbm_integer (j_compress_ptr cinfo, FILE * infile, unsigned int maxval)
|
|||||||
/* Note that on a 16-bit-int machine, only values up to 64k can be read. */
|
/* Note that on a 16-bit-int machine, only values up to 64k can be read. */
|
||||||
/* This should not be a problem in practice. */
|
/* This should not be a problem in practice. */
|
||||||
{
|
{
|
||||||
register int ch, val;
|
register int ch;
|
||||||
|
register unsigned int val;
|
||||||
|
|
||||||
/* Skip any leading whitespace */
|
/* Skip any leading whitespace */
|
||||||
do {
|
do {
|
||||||
|
|||||||
Reference in New Issue
Block a user