• Ulrich Sibiller's avatar
    compext/Clean.c: fix shadow warnings / scope · 87074622
    Ulrich Sibiller authored
    Clean.c: In function ‘CleanZImage’:
    Clean.c:141:23: warning: declaration of ‘j’ shadows a previous local [-Wshadow=local]
           register int i, j;
                           ^
    Clean.c:88:16: note: shadowed declaration is here
       unsigned int j;
                    ^
    Clean.c: In function ‘CopyAndCleanImage’:
    Clean.c:239:22: warning: declaration of ‘i’ shadows a previous local [-Wshadow=compatible-local]
             register int i;
                          ^
    Clean.c:192:16: note: shadowed declaration is here
       register int i;
                    ^
    Clean.c:324:13: warning: declaration of ‘i’ shadows a previous local [-Wshadow=compatible-local]
             int i;
                 ^
    Clean.c:192:16: note: shadowed declaration is here
       register int i;
                    ^
    87074622
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...