xvinfo: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Sep 22 20:59:33 UTC 2018


 xvinfo.c |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

New commits:
commit 95b2d71016bc10f1419e3b49852e8bccb3194c1d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 22 13:57:30 2018 -0700

    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 at oracle.com>



More information about the xorg-commit mailing list