xlsfonts: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 17 17:17:29 UTC 2024


 .gitlab-ci.yml |    4 +-
 xlsfonts.c     |  105 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 61 insertions(+), 48 deletions(-)

New commits:
commit 2b9d8f5bac5d2352f8021548b4852014ed683b2c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Dec 5 15:41:28 2023 -0800

    Fix -Wincompatible-pointer-types warning from gcc (issue #1)
    
    xlsfonts.c: In function ‘get_list’:
    xlsfonts.c:204:23: warning: assignment to ‘char **’ from incompatible
     pointer type ‘const char **’ [-Wincompatible-pointer-types]
      204 |                 fonts = &pattern;
          |                       ^
    
    v2: Split the open vs. list code to allow preserving the constness
    of the argument to get_list, at the cost of less code sharing between
    the two paths
    
    Closes: #1
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e53bf74c4662c8473690c7f5fb00cd80fb86fdd7
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