diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:45:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:45:07 -0700 |
commit | be2a75ec654722b282c9e2fac2b73a4dba9f50d0 (patch) | |
tree | a549280c79cb9611e02ca26eee183076aa2ab563 /man | |
parent | 93112d07d66cd9ee93ef00527df1da39dfaf7290 (diff) |
Clean up variable scoping in GetFontNames()
Gets rid of gcc warning:
xfontsel.c: In function ‘GetFontNames’:
xfontsel.c:498:16: warning: declaration of ‘f’ shadows a previous local [-Wshadow]
int maxField, f;
^
xfontsel.c:446:9: note: shadowed declaration is here
int f, field, count;
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions