diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-09-22 15:56:27 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-09-22 15:56:27 -0700 |
commit | a964f14b7b61bb8055d5144c96ecbba5dfae4a3e (patch) | |
tree | 14e8a35378a5cb35e6bdaecc5fd38e7423c74ee1 /autogen.sh | |
parent | 28ad81420723175bfb163e20406af6d4d56bf4d4 (diff) |
Fix sign comparison warnings for loop indexes
XvMC.c: In function ‘XvMCListSurfaceTypes’:
XvMC.c:124:19: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for(i = 0; i < rep.num; i++) {
^
XvMC.c: In function ‘XvMCListSubpictureTypes’:
XvMC.c:185:26: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for(i = 0; i < rep.num; i++) {
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions