xwininfo: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 9 17:28:09 UTC 2019


 dsimple.c        |   12 ++++++------
 man/xwininfo.man |   16 ++++++++--------
 xwininfo.c       |   51 ++++++++++++++++++++++++++-------------------------
 3 files changed, 40 insertions(+), 39 deletions(-)

New commits:
commit 1a50edf62c9511a2bee8b7cc3b72e5185f7b593f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 9 10:21:39 2019 -0700

    Clear -Wsign-compare warnings from gcc 7.3
    
    dsimple.c: In function ‘recursive_Window_With_Name’:
    dsimple.c:298:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if ((namelen == prop_name_len) &&
                    ^~
    dsimple.c:336:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if ((namelen == prop_name_len) &&
                    ^~
    dsimple.c:371:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i = 0; i < nchildren; i++) {
                       ^
    dsimple.c:380:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i = 0; i < nchildren; i++) {
                       ^
    dsimple.c:390:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (/* keep previous i */; i < nchildren; i++) {
                                    ^
    dsimple.c: In function ‘Get_Atom’:
    dsimple.c:616:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (a->atom == -1) /* internal error */
                     ^~
    
    xwininfo.c: In function ‘wm_size_hints_reply’:
    xwininfo.c:730:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (length > sizeof(wm_size_hints_t))
                    ^
    xwininfo.c: In function ‘Display_Event_Mask’:
    xwininfo.c:1229:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (bit=0, bit_mask=1; bit < sizeof(long)*8; bit++, bit_mask <<= 1)
                                     ^
    xwininfo.c: In function ‘wm_hints_reply’:
    xwininfo.c:1633:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (length > sizeof(wm_hints_t))
                    ^
    xwininfo.c: In function ‘is_valid_utf8’:
    xwininfo.c:1843:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i = 0; i < len; i++) {
                       ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 58213a0cd39dc4ba044f48fab52ed3256ab9a9bd
Author: Stéphane Aulery <lkppo at free.fr>
Date:   Wed Jul 3 00:29:17 2013 +0200

    Improve manpage and -h option
    
     - Rename windows and display args.
     - Mention of short (-d) -display option.
    
    Signed-off-by: Stéphane Aulery <lkppo at free.fr>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list