summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-09-22 13:57:30 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-09-22 13:57:30 -0700
commit95b2d71016bc10f1419e3b49852e8bccb3194c1d (patch)
tree3d78ee19ac26bcd541f1c019ee10a42f3e6560e6 /README
parentefd68bc7bf95959652619763bb5d37428546000d (diff)
Fix sign mismatch warnings for loop index comparisons
xvinfo.c: In function ‘main’: xvinfo.c:99:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < nadaptors; j++) { ^ xvinfo.c:129:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < ainfo[j].num_formats; k++, format++) { ^ xvinfo.c:198:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (n = 0; n < nencode; n++) { ^ xvinfo.c:207:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (n = 0; n < nencode; n++) { ^ xvinfo.c:222:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (n = 0; n < nencode; n++) { ^ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions