Hi, we are getting some compiler warnings for pngrtran.c
553 png_ptr->flags &=3D !(PNG_FLAG_ROW_INIT);
582 png_ptr->flags &=3D !(PNG_FLAG_ROW_INIT);
595 png_ptr->flags &=3D !(PNG_FLAG_ROW_INIT);
620 png_ptr->flags &=3D !(PNG_FLAG_ROW_INIT);
632 png_ptr->flags &=3D !(PNG_FLAG_ROW_INIT);
Should the "!" instead be "~" ?
3871 png_byte red_high =3D (trans_value->red > 8) & 0xff;
3872 png_byte green_high =3D (trans_value->green > 8) &
0xff;
3873 png_byte blue_high =3D (trans_value->blue > 8) & =
0xff;
Should the ">" instead be ">>" ?
Thanks much for looking into this,
Jeff Phillips
|