xlsfonts: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 16 16:25:13 UTC 2025


 .gitignore   |    4 ++--
 Makefile.am  |    6 +++---
 configure.ac |    6 +++---
 xlsfonts.c   |    3 ++-
 xlsfonts.xml |    8 ++++----
 5 files changed, 14 insertions(+), 13 deletions(-)

New commits:
commit 4e9fccbd53759067ce0130818124b979a18f1574
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 9 13:44:12 2025 -0700

    IgnoreError: tell the compiler the arguments are intentionally unused
    
    Clears warnings from gcc 15.1:
    
    xlsfonts.c: In function ‘IgnoreError’:
    xlsfonts.c:476:23: warning: unused parameter ‘disp’ [-Wunused-parameter]
      476 | IgnoreError(Display * disp, XErrorEvent *event)
          |             ~~~~~~~~~~^~~~
    xlsfonts.c:476:42: warning: unused parameter ‘event’ [-Wunused-parameter]
      476 | IgnoreError(Display * disp, XErrorEvent *event)
          |                             ~~~~~~~~~~~~~^~~~~
    xlsfonts.c: In function ‘ComputeFontType’:
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xlsfonts/-/merge_requests/12>

commit 1c66c9cf729020a64303a352af6aec59625f4713
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 9 13:37:50 2025 -0700

    Strip trailing whitespace from source files
    
    Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
    
    `git diff -w` & `git diff -b` show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xlsfonts/-/merge_requests/12>



More information about the xorg-commit mailing list