xbiff: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 2 02:43:13 UTC 2019


 Mailbox.c   |    4 ++--
 MailboxP.h  |    2 +-
 Makefile.am |    2 +-
 xbiff.c     |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5c28b6eeb241162894999aa36b335eb2441b2c1e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 1 19:41:25 2019 -0700

    Fix -Wsign-compare warning in quit() function
    
    Reported by gcc 7.3:
    xbiff.c: In function ‘quit’:
    xbiff.c:55:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             event->xclient.data.l[0] != wm_delete_window) {
                                      ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e18a25f27313d90ec8da4057b8413b6937bee1c2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 1 19:39:07 2019 -0700

    Use _CONST_X_STRING to make libXt declare String as const char *
    
    Clears up 20 of 35 gcc -Wdiscarded-qualifiers warnings from gcc 7.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list