xclock: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 9 22:11:30 UTC 2019


 Makefile.am |    1 +
 xclock.c    |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 0172a3b11f777692ea06c1f3718390ce06b3dcd4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 9 15:06:32 2019 -0700

    Clear -Wsign-compare warning from gcc 7.3
    
    xclock.c: In function ‘quit’:
    xclock.c:133:27: 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 8ef7efe5863ecf6d578900e8ca7398fc10cd566a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 9 15:04:53 2019 -0700

    Use _CONST_X_STRING to make libXt declare String as const char *
    
    Clears up 31 of 95 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