diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-09 23:44:33 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-10 00:25:46 +0100 |
commit | 870746222abbecd16f113b93a4420846b2d5d510 (patch) | |
tree | d37bc95c2ac92525f898e14f22b43a24c173aea9 /nx-X11/programs/Xserver/include/rgb.h | |
parent | a94e8258f72ab5db4b9a1de7e10140b8d622667b (diff) | |
download | nx-libs-870746222abbecd16f113b93a4420846b2d5d510.tar.gz nx-libs-870746222abbecd16f113b93a4420846b2d5d510.tar.bz2 nx-libs-870746222abbecd16f113b93a4420846b2d5d510.zip |
compext/Clean.c: fix shadow warnings / scope
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;
^
Diffstat (limited to 'nx-X11/programs/Xserver/include/rgb.h')
0 files changed, 0 insertions, 0 deletions