• Ulrich Sibiller's avatar
    compext/Png.c: fix shadowing · 522eea6f
    Ulrich Sibiller authored
    Png.c: In function ‘PngWriteData’:
    Png.c:603:38: warning: declaration of ‘png_ptr’ shadows a global declaration [-Wshadow]
      603 | static void PngWriteData(png_structp png_ptr, png_bytep data, png_size_t length)
          |                          ~~~~~~~~~~~~^~~~~~~
    Png.c:77:13: note: shadowed declaration is here
       77 | png_structp png_ptr;
          |             ^~~~~~~
    Png.c: In function ‘PngFlushData’:
    Png.c:610:38: warning: declaration of ‘png_ptr’ shadows a global declaration [-Wshadow]
      610 | static void PngFlushData(png_structp png_ptr)
          |                          ~~~~~~~~~~~~^~~~~~~
    Png.c:77:13: note: shadowed declaration is here
       77 | png_structp png_ptr;
          |             ^~~~~~~
    522eea6f
Name
Last commit
Last update
..
Alpha.c Loading commit data...
Alpha.h Loading commit data...
Bitmap.c Loading commit data...
Bitmap.h Loading commit data...
Clean.c Loading commit data...
Clean.h Loading commit data...
Colormap.c Loading commit data...
Colormap.h Loading commit data...
Compext.c Loading commit data...
Compext.h Loading commit data...
Imakefile Loading commit data...
Jpeg.c Loading commit data...
Jpeg.h Loading commit data...
Mask.c Loading commit data...
Mask.h Loading commit data...
Png.c Loading commit data...
Png.h Loading commit data...
Rgb.c Loading commit data...
Rgb.h Loading commit data...
Rle.c Loading commit data...
Rle.h Loading commit data...
Z.c Loading commit data...
Z.h Loading commit data...