On Sun, Feb 24, 2008 at 23:09, Wesley Smith <wesley.hoke@xxxxxxxxx> wrote: > for(i=0; i < width; i++) > { > uchar *out_pix = (uchar *)(bop + i*oplanecount + (voffset - > (*cp++))*out_rowstride); > *out_pix++ = 255; > *out_pix++ = MAX_CHAR(*out_pix, accum); I assume the warning happens here? Looks like the warning machinery is confusing itself here. Could you file a bugzilla PR? You will need to submit a compilable snippet, preferably in the form of a .i file. Diego.