xrestop: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 1 23:06:19 UTC 2019


 xrestop.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1dd66f821d35cccabf45251d2b7857aa2155768d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 1 14:56:54 2019 -0800

    Fix -Wsign-compare warnings in xrestop_client_get_stats
    
    xrestop.c: In function ‘xrestop_client_get_stats’:
    xrestop.c:428:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           if (this_type == app->atoms[ATOM_PIXMAP])
                         ^~
    xrestop.c:430:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           else if (this_type == app->atoms[ATOM_WINDOW])
                              ^~
    xrestop.c:432:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           else if (this_type == app->atoms[ATOM_GC])
                              ^~
    xrestop.c:434:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           else if (this_type == app->atoms[ATOM_FONT])
                              ^~
    xrestop.c:436:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           else if (this_type == app->atoms[ATOM_GLYPHSET])
                              ^~
    xrestop.c:438:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           else if (this_type == app->atoms[ATOM_PICTURE])
                              ^~
    xrestop.c:440:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           else if (this_type == app->atoms[ATOM_COLORMAP_ENTRY])
                              ^~
    xrestop.c:442:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           else if (this_type == app->atoms[ATOM_PASSIVE_GRAB])
                              ^~
    xrestop.c:444:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           else if (this_type == app->atoms[ATOM_CURSOR])
                              ^~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 1654e7338075ee23bdb50037e7d69cb9e577d38d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 1 14:53:54 2019 -0800

    Fix -Wsign-compare warning in recurse_win_tree()
    
    xrestop.c: In function ‘recurse_win_tree’:
    xrestop.c:358:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (i=0; i<nchildren; i++)
                  ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list