~vcs-imports/libfs/master

Viewing all changes in revision 119.

  • Committer: Alan Coopersmith
  • Date: 2018-09-23 20:34:04 UTC
  • Revision ID: git-v1:b37bbeb7ca931b0f5170e877b0bbfd0959d344b7
Fix sign comparison warning in loop index in FSListFontsWithXInfo

FSFontInfo.c: In function ‘FSListFontsWithXInfo’:
FSFontInfo.c:182:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (j=0; j<pi[i]->num_offsets; j++)
             ^

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: