xkbutils: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 14 01:09:51 UTC 2023


 .gitlab-ci.yml   |    4 ++--
 COPYING          |    2 +-
 man/xkbbell.man  |    2 +-
 man/xkbvleds.man |    2 +-
 man/xkbwatch.man |    2 +-
 xkbwatch.c       |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 5f875c8a6bc12d47ad655ba820031bb917f321c0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Dec 5 15:01:42 2023 -0800

    xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2)
    
    Fixes warning from gcc 13 that is becoming an error in gcc 14
    
    xkbwatch.c:92:34: warning: passing argument 7 of ‘XtOpenApplication’
     from incompatible pointer type [-Wincompatible-pointer-types]
       92 |                                  fallback_resources,
          |                                  ^~~~~~~~~~~~~~~~~~
          |                                  |
          |                                  char **
    In file included from xkbwatch.c:31:
    .../X11/Intrinsic.h:1473:5: note: expected ‘const char **’ but
     argument is of type ‘char **’
     1473 |     String*             /* fallback_resources */,
          |     ^~~~~~~
    
    Closes: #2
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6dbcbb55951efb25af2e38034bdd86fa095aa9e5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 25 09:00:57 2023 -0800

    Remove "All rights reserved" from Oracle copyright notices
    
    Oracle no longer includes this term in our copyright & license notices.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 56c99e3fcefc5552286fa9b9756dd798eb1eb6ce
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list