diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 12:58:35 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-03 18:38:19 +0000 |
commit | 7b84a6ffa8bae2dd9fe8cb1c8bc5b0b198584d8d (patch) | |
tree | bf575e90b37cc00a85c57cee9e245b3006e89a9c /.gitlab-ci.yml | |
parent | 3ceafc3e134069ecd46df6482e8e7d4b5a7051c3 (diff) |
Clear -Wsign-compare warnings from gcc
xlsfonts.c:560:16: warning: comparison between signed and
unsigned integer expressions [-Wsign-compare]
i <= fs->max_char_or_byte2; i++, cs++) {
^~
xlsfonts.c: In function ‘print_character_metrics’:
xlsfonts.c:611:33: warning: comparison between signed and
unsigned integer expressions [-Wsign-compare]
for (j = info->min_byte1; j <= info->max_byte1; j++) {
^~
xlsfonts.c:613:45: warning: comparison between signed and
unsigned integer expressions [-Wsign-compare]
for (i = info->min_char_or_byte2; i <= info->max_char_or_byte2; i++) {
^~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions