diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-10-01 21:24:45 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-10-01 21:25:35 -0700 |
commit | eac885fa5ebff24e0839144863872443a010d7c2 (patch) | |
tree | ef02a96e188c5a2d45878412994280baf18157c9 /README | |
parent | 325621bd083236567bd861d41ff161313fc96e96 (diff) |
Stop shadowing 'found' in checkExtraEncoding()
mkfontscale.c: In function ‘checkExtraEncoding’:
mkfontscale.c:1220:17: warning: declaration of ‘found’ shadows a parameter [-Wshadow]
int found = 0;
^~~~~
mkfontscale.c:1214:59: note: shadowed declaration is here
checkExtraEncoding(FT_Face face, char *encoding_name, int found)
^~~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions