~vcs-imports/libfs/master

Viewing all changes in revision 123.

  • Committer: Alan Coopersmith
  • Date: 2018-09-23 20:51:48 UTC
  • Revision ID: git-v1:12d64c65200930885c694d018ec66d8946b3a214
Fix sign comparison warning in loop index in FSQueryXInfo

FSQXInfo.c: In function ‘FSQueryXInfo’:
FSQXInfo.c:110:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (j=0; j<props->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: