xf86-video-rendition: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 15 18:24:16 UTC 2024


 configure.ac    |    3 +--
 src/Makefile.am |    2 +-
 src/vloaduc.c   |    9 +++++++--
 3 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 8e2db3f50402b454294f788ea0c4bd81defddd5a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 8 15:34:50 2024 -0800

    Update for byte swapping function rename in Xorg 1.20
    
    Fixes compiler warnings:
    
    vloaduc.c: In function ‘verite_load_ucfile’:
    vloaduc.c:35:17: warning: implicit declaration of function ‘lswaps’; did you mean ‘swaps’? [-Wimplicit-function-declaration]
       35 | #define SW16(x) lswaps(x)
          |                 ^~~~~~
    vloaduc.c:103:6: note: in expansion of macro ‘SW16’
      103 |   sz=SW16(ehdr.e_phentsize);
          |      ^~~~
    vloaduc.c:34:17: warning: implicit declaration of function ‘lswapl’; did you mean ‘swapl’? [-Wimplicit-function-declaration]
       34 | #define SW32(x) lswapl(x)
          |                 ^~~~~~
    vloaduc.c:113:42: note: in expansion of macro ‘SW32’
      113 |         if (seek_and_read_hdr(fd, pphdr, SW32(ehdr.e_phoff), sz, num)) {
          |                                          ^~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b872b942bad2f681eb7091565aae3233098b6cf8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 8 15:34:32 2024 -0800

    Add X.Org's standard C warning flags to AM_CFLAGS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3f629503c424f04b2b3a578e1aaafd128c491439
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 8 15:19:36 2024 -0800

    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    
    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
    so it's time to rely on it.
    
    Clears autoconf warnings:
    
    configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
    configure.ac:44: You should run autoupdate.
    aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from...
    configure.ac:44: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list